Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.Triple

Packages that use Triple
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. 
 

Uses of Triple in de.lmu.ifi.dbs.elki.evaluation.paircounting
 

Methods in de.lmu.ifi.dbs.elki.evaluation.paircounting that return Triple
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>
Triple<Integer,Integer,Integer>
PairCountingFMeasure.countPairs(R result1, S result2)
          Compare two sets of generated pairs.
 

Uses of Triple in de.lmu.ifi.dbs.elki.result.textwriter.writers
 

Methods in de.lmu.ifi.dbs.elki.result.textwriter.writers with parameters of type Triple
 void TextWriterTriple.write(TextWriterStream out, String label, Triple<?,?,?> object)
          Serialize a triple, component-wise
 

Uses of Triple in de.lmu.ifi.dbs.elki.utilities.pairs
 

Subclasses of Triple in de.lmu.ifi.dbs.elki.utilities.pairs
 class CTriple<FIRST extends Comparable<FIRST>,SECOND extends Comparable<SECOND>,THIRD extends Comparable<THIRD>>
          Triple with canonical comparison function.
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs that return Triple
static
<F,S,T> Triple<F,S,T>[]
Triple.newArray(int size)
          Array constructor for generics
 


Release 0.4.0 (2011-09-20_1324)