Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.result.CollectionResult

Packages that use CollectionResult
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.statistics Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) 
 

Uses of CollectionResult in de.lmu.ifi.dbs.elki.algorithm
 

Fields in de.lmu.ifi.dbs.elki.algorithm declared as CollectionResult
private  CollectionResult<CTriple<Integer,Integer,Double>> MaterializeDistances.result
           
 

Methods in de.lmu.ifi.dbs.elki.algorithm that return CollectionResult
 CollectionResult<CTriple<Integer,Integer,Double>> MaterializeDistances.getResult()
          Return a result object
protected  CollectionResult<CTriple<Integer,Integer,Double>> MaterializeDistances.runInTime(Database<V> database)
          Iterates over all points in the database.
 

Uses of CollectionResult in de.lmu.ifi.dbs.elki.algorithm.statistics
 

Fields in de.lmu.ifi.dbs.elki.algorithm.statistics declared as CollectionResult
private  CollectionResult<DoubleVector> EvaluateRankingQuality.result
           
private  CollectionResult<DoubleVector> RankingQualityHistogram.result
           
private  CollectionResult<DoubleVector> DistanceStatisticsWithClasses.result
           
 

Methods in de.lmu.ifi.dbs.elki.algorithm.statistics that return CollectionResult
 CollectionResult<DoubleVector> EvaluateRankingQuality.getResult()
          Return a result object
 CollectionResult<DoubleVector> RankingQualityHistogram.getResult()
          Return a result object
 CollectionResult<DoubleVector> DistanceStatisticsWithClasses.getResult()
          Return a result object
protected  CollectionResult<DoubleVector> EvaluateRankingQuality.runInTime(Database<V> database)
          Run the algorithm.
protected  CollectionResult<DoubleVector> RankingQualityHistogram.runInTime(Database<V> database)
          Run the algorithm.
protected  CollectionResult<DoubleVector> DistanceStatisticsWithClasses.runInTime(Database<V> database)
          Iterates over all points in the database.
 


Release 0.2 (2009-07-06_1820)