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
A number of commonly needed primitive pairs are the following:
IntIntPair storing
two int values
DoubleIntPair
storing one double and one int value. |
de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.cluster |
Visualizers for clustering results based on 2D projections
|
Modifier and Type | Method and Description |
---|---|
protected java.util.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,
java.util.List<DoubleObjPair<DAFile>> daFiles)
Calculate partial vector approximation.
|
protected static void |
PartialVAFile.calculateSelectivityCoeffs(java.util.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,
java.util.Map<java.lang.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,
java.util.Map<java.lang.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,
java.util.Map<java.lang.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,
java.util.Map<java.lang.Object,DoubleObjPair<Polygon>> hulls)
Recursively step through the clusters to build the hulls.
|
Copyright © 2019 ELKI Development Team. License information.