|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||