Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.dimensionsimilarity |
Functions to compute the similarity of dimensions (or the interestingness of the combination).
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
Modifier and Type | Class and Description |
---|---|
static class |
DimensionSimilarityMatrix.PrimAdapter
Adapter class for running prim's algorithm.
|
Modifier and Type | Class and Description |
---|---|
static class |
PrimsMinimumSpanningTree.Array2DAdapter
Adapter for a simple 2d double matrix.
|
Modifier and Type | Method and Description |
---|---|
static <T> int[] |
PrimsMinimumSpanningTree.processDense(T data,
PrimsMinimumSpanningTree.Adapter<T> adapter)
Run Prim's algorithm on a dense graph.
|