Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.utilities.referencepoints.ReferencePointsHeuristic

Packages that use ReferencePointsHeuristic
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.utilities.referencepoints Package containing strategies to obtain reference points Shared code for various algorithms that use reference points. 
 

Uses of ReferencePointsHeuristic in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as ReferencePointsHeuristic
private  ReferencePointsHeuristic<V> ReferenceBasedOutlierDetection.refp
          Stores the reference point strategy
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier with type parameters of type ReferencePointsHeuristic
private  ObjectParameter<ReferencePointsHeuristic<V>> ReferenceBasedOutlierDetection.REFP_PARAM
          Parameter for the reference points heuristic.
 

Uses of ReferencePointsHeuristic in de.lmu.ifi.dbs.elki.utilities.referencepoints
 

Classes in de.lmu.ifi.dbs.elki.utilities.referencepoints that implement ReferencePointsHeuristic
 class AxisBasedReferencePoints<O extends NumberVector<O,?>>
          Strategy to pick reference points by placing them on the axis ends.
 class FullDatabaseReferencePoints<O extends NumberVector<O,?>>
          Strategy to use the complete database as reference points.
 class GridBasedReferencePoints<O extends NumberVector<O,?>>
          Grid-based strategy to pick reference points.
 class RandomGeneratedReferencePoints<O extends NumberVector<O,?>>
          Reference points generated randomly within the used data space.
 class RandomSampleReferencePoints<O extends NumberVector<O,?>>
          Random-Sampling strategy for picking reference points.
 class StarBasedReferencePoints<O extends NumberVector<O,?>>
          Star-based strategy to pick reference points.
 


Release 0.3 (2010-03-31_1612)