Package | Description |
---|---|
de.lmu.ifi.dbs.elki.evaluation.clustering |
Evaluation of clustering results.
|
Modifier and Type | Field and Description |
---|---|
protected ClusterContingencyTable |
EvaluateClustering.ScoreResult.contmat
Cluster contingency table
|
Modifier and Type | Method and Description |
---|---|
ClusterContingencyTable |
EvaluateClustering.ScoreResult.getContingencyTable()
Get the contingency table
|
Constructor and Description |
---|
BCubed(ClusterContingencyTable table)
Constructor.
|
EditDistance(ClusterContingencyTable table) |
Entropy(ClusterContingencyTable table)
Constructor.
|
EvaluateClustering.ScoreResult(ClusterContingencyTable contmat)
Constructor.
|
PairCounting(ClusterContingencyTable table)
Constructor.
|
SetMatchingPurity(ClusterContingencyTable table)
Constructor.
|