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.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.result.outlier Outlier result classes 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
 

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.algorithm.outlier
 

Classes in de.lmu.ifi.dbs.elki.algorithm.outlier that implement AnnotationResult
protected static class SOD.SODProxyScoreResult
          Proxy class that converts a model result to an actual SOD score result.
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as AnnotationResult
(package private)  AnnotationResult<SOD.SODModel<?>> SOD.SODProxyScoreResult.models
          Model result this is a proxy for.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type AnnotationResult
SOD.SODProxyScoreResult(AnnotationResult<SOD.SODModel<?>> models)
          Constructor.
 

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.
(package private)  class ClusterOrderResult.PredecessorAdapter
          Result containing the predecessor ID.
(package private)  class ClusterOrderResult.ReachabilityDistanceAdapter
          Result containing the reachability distances.
 class IDResult
          The trivial 'result' of the object IDs used.
 

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.outlier
 

Fields in de.lmu.ifi.dbs.elki.result.outlier declared as AnnotationResult
private  AnnotationResult<Double> OutlierResult.scores
          Outlier scores.
 

Methods in de.lmu.ifi.dbs.elki.result.outlier that return AnnotationResult
 AnnotationResult<Double> OutlierResult.getScores()
          Get the outlier scores association.
 

Constructors in de.lmu.ifi.dbs.elki.result.outlier with parameters of type AnnotationResult
OutlierResult(OutlierScoreMeta meta, AnnotationResult<Double> scores, OrderingResult ordering)
          Constructor.
 

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<SettingsResult> sr)
           
 

Uses of AnnotationResult in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
 

Fields in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d declared as AnnotationResult
private  AnnotationResult<? extends Number> BubbleVisualizer.anResult
          Contains the "outlierness-scores" to be displayed as Tooltips.
private  AnnotationResult<? extends Number> TooltipVisualizer.anResult
          Contains the "outlierness-scores" to be displayed as Tooltips.
 


Release 0.3 (2010-03-31_1612)