@FunctionalInterface
public static interface PrimsMinimumSpanningTree.Collector
Modifier and Type | Method and Description |
---|---|
void |
addEdge(double length,
int i,
int j)
Add a new edge to the output.
|
Copyright © 2019 ELKI Development Team. License information.