Package | Description |
---|---|
de.lmu.ifi.dbs.elki.evaluation.clustering.internal |
Internal evaluation measures for clusterings.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps
|
Modifier and Type | Method and Description |
---|---|
protected double |
EvaluateCIndex.processCluster(Cluster<?> cluster,
java.util.List<? extends Cluster<?>> clusters,
int i,
DistanceQuery<O> dq,
DoubleHeap maxDists,
DoubleHeap minDists,
int w) |
protected void |
EvaluateCIndex.processSingleton(Cluster<?> cluster,
Relation<? extends O> rel,
DistanceQuery<O> dq,
DoubleHeap maxDists,
DoubleHeap minDists,
int w) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleMaxHeap
Binary heap for primitive types.
|
class |
DoubleMinHeap
Binary heap for primitive types.
|
Copyright © 2019 ELKI Development Team. License information.