Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.preprocessing
Interface PreferenceVectorPreprocessor<O extends DatabaseObject>

Type Parameters:
O - Object type
All Superinterfaces:
Parameterizable, Preprocessor<O>
All Known Implementing Classes:
DiSHPreprocessor, HiSCPreprocessor

public interface PreferenceVectorPreprocessor<O extends DatabaseObject>
extends Preprocessor<O>

Marker interface for preprocessors computing preference vectors.

Author:
Elke Achtert

Method Summary
 
Methods inherited from interface de.lmu.ifi.dbs.elki.preprocessing.Preprocessor
run
 
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
checkGlobalParameterConstraints, collectOptions, getParameters, setParameters, shortDescription
 


Release 0.2 (2009-07-06_1820)