Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.normalization

Provides classes and methods for normalizations (and reconstitution) of data sets.

See:
          Description

Interface Summary
Normalization<O extends DatabaseObject> Normalization performs a normalization on a set of feature vectors and is capable to transform a set of feature vectors to the original attribute ranges.
 

Class Summary
AbstractNormalization<O extends DatabaseObject> Abstract super class for all normalizations.
AttributeWiseRealVectorNormalization<V extends RealVector<V,?>> Class to perform and undo a normalization on real vectors with respect to given minimum and maximum in each dimension.
DummyNormalization<O extends DatabaseObject> Dummy normalization that does nothing.
MultiRepresentedObjectNormalization<O extends DatabaseObject> Class to perform and undo a normalization on multi-represented objects with respect to given normalizations for each representation.
 

Exception Summary
NonNumericFeaturesException An exception to signal the encounter of non numeric features where numeric features have been expected.
 

Package de.lmu.ifi.dbs.elki.normalization Description

Provides classes and methods for normalizations (and reconstitution) of data sets.


Release 0.1 (2008-07-10_1838)