Package | Description |
---|---|
de.lmu.ifi.dbs.elki.evaluation.paircounting |
Evaluation of clustering results via pair counting.
|
de.lmu.ifi.dbs.elki.result.textwriter.writers |
Serialization handlers for individual data types.
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs and triples utility classes.
|
Modifier and Type | Method and Description |
---|---|
static Triple<Integer,Integer,Integer> |
PairCountingFMeasure.countPairs(PairSortedGeneratorInterface first,
PairSortedGeneratorInterface second)
Compare two sets of generated pairs.
|
static <R extends Clustering<M>,M extends Model,S extends Clustering<N>,N extends Model> |
PairCountingFMeasure.countPairs(R result1,
S result2)
Compare two sets of generated pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
TextWriterTriple.write(TextWriterStream out,
String label,
Triple<?,?,?> object)
Serialize a triple, component-wise
|
Modifier and Type | Class and Description |
---|---|
class |
CTriple<FIRST extends Comparable<FIRST>,SECOND extends Comparable<SECOND>,THIRD extends Comparable<THIRD>>
Triple with canonical comparison function.
|
Modifier and Type | Method and Description |
---|---|
static <F,S,T> Triple<F,S,T>[] |
Triple.newArray(int size)
Array constructor for generics
|