Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use AnnotationFromHashMap
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm declared as AnnotationFromHashMap
private  AnnotationFromHashMap<KNNList<D>> KNNJoin.result
          The knn lists for each object.
 

Methods in de.lmu.ifi.dbs.elki.algorithm that return AnnotationFromHashMap
 AnnotationFromHashMap<KNNList<D>> KNNJoin.getResult()
          Returns the result of the algorithm.
protected  AnnotationFromHashMap<KNNList<D>> KNNJoin.runInTime(Database<V> database)
          Joins in the given spatial database to each object its k-nearest neighbors.
 


Release 0.2 (2009-07-06_1820)