Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | |
de.lmu.ifi.dbs.elki.index.vafile |
Vector Approximation File
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs utility classes.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.cluster |
Visualizers for clustering results based on 2D projections.
|
Modifier and Type | Method and Description |
---|---|
protected List<DoubleObjPair<RdKNNEntry>> |
RdKNNTree.getSortedEntries(AbstractRStarTreeNode<?,?> node,
SpatialComparable q,
SpatialPrimitiveDistanceFunction<?> distanceFunction)
Sorts the entries of the specified node according to their minimum distance
to the specified object.
|
Modifier and Type | Method and Description |
---|---|
protected static VectorApproximation |
PartialVAFile.calculatePartialApproximation(DBID id,
NumberVector dv,
List<DoubleObjPair<DAFile>> daFiles)
Calculate partial vector approximation.
|
protected static void |
PartialVAFile.calculateSelectivityCoeffs(List<DoubleObjPair<DAFile>> daFiles,
NumberVector query,
double epsilon)
Calculate selectivity coefficients.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
int |
DoubleObjPair.compareTo(DoubleObjPair<O> o) |
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
ClusterHullVisualization.Instance.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
ClusterHullVisualization.Instance.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls)
Recursively step through the clusters to build the hulls.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.