Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.preprocessing.DiSHPreprocessor.Strategy

Packages that use DiSHPreprocessor.Strategy
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

Uses of DiSHPreprocessor.Strategy in de.lmu.ifi.dbs.elki.preprocessing
 

Fields in de.lmu.ifi.dbs.elki.preprocessing declared as DiSHPreprocessor.Strategy
static DiSHPreprocessor.Strategy DiSHPreprocessor.DEFAULT_STRATEGY
          Default strategy.
private  DiSHPreprocessor.Strategy DiSHPreprocessor.strategy
          The strategy to determine the preference vector.
 

Methods in de.lmu.ifi.dbs.elki.preprocessing that return DiSHPreprocessor.Strategy
static DiSHPreprocessor.Strategy DiSHPreprocessor.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiSHPreprocessor.Strategy[] DiSHPreprocessor.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Release 0.2 (2009-07-06_1820)