Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.result.AnnotationResult

Packages that use AnnotationResult
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
 

Uses of AnnotationResult in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type AnnotationResult
private  void DeLiClu.expandLeafNodes(SpatialDistanceFunction<O,D> distFunction, DeLiCluNode node1, DeLiCluNode node2, AnnotationResult<KNNList<D>> knns)
          Expands the specified directory nodes.
private  void DeLiClu.expandNodes(DeLiCluTree<O> index, SpatialDistanceFunction<O,D> distFunction, DeLiClu.SpatialObjectPair nodePair, AnnotationResult<KNNList<D>> knns)
          Expands the spatial nodes of the specified pair.
private  void DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction, DeLiCluTree<O> index, List<TreeIndexPathComponent<DeLiCluEntry>> path, AnnotationResult<KNNList<D>> knns)
          Reinserts the objects of the already expanded nodes.
private  void DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction, DeLiCluTree<O> index, List<TreeIndexPathComponent<DeLiCluEntry>> path, int pos, SpatialEntry parentEntry, AnnotationResult<KNNList<D>> knns)
           
 

Uses of AnnotationResult in de.lmu.ifi.dbs.elki.result
 

Classes in de.lmu.ifi.dbs.elki.result that implement AnnotationResult
 class AnnotationFromDatabase<T,O extends DatabaseObject>
          Class representing Annotations backed by a database using AssociationIDs.
 class AnnotationFromHashMap<T>
          Annotations backed by hashmaps.
 

Methods in de.lmu.ifi.dbs.elki.result that return AnnotationResult
static
<T> AnnotationResult<T>
ResultUtil.findAnnotationResult(List<AnnotationResult<?>> anns, AssociationID<T> assoc)
          (Try to) find an association of the given ID in the result.
static
<T> AnnotationResult<T>
ResultUtil.findAnnotationResult(Result result, AssociationID<T> assoc)
          (Try to) find an association of the given ID in the result.
 

Methods in de.lmu.ifi.dbs.elki.result that return types with arguments of type AnnotationResult
static List<AnnotationResult<?>> ResultUtil.getAnnotationResults(Result r)
          Collect all Annotation results from a Result
 

Method parameters in de.lmu.ifi.dbs.elki.result with type arguments of type AnnotationResult
static
<T> AnnotationResult<T>
ResultUtil.findAnnotationResult(List<AnnotationResult<?>> anns, AssociationID<T> assoc)
          (Try to) find an association of the given ID in the result.
 

Uses of AnnotationResult in de.lmu.ifi.dbs.elki.result.textwriter
 

Method parameters in de.lmu.ifi.dbs.elki.result.textwriter with type arguments of type AnnotationResult
private  void TextWriter.writeGroupResult(Database<O> db, StreamFactory streamOpener, DatabaseObjectGroup group, List<AnnotationResult<?>> ra, List<OrderingResult> ro, NamingScheme naming, List<AttributeSettings> settings)
           
 


Release 0.2.1 (2009-07-13_1605)