de.lmu.ifi.dbs.elki.normalization
Class AbstractNormalization<O extends DatabaseObject>
java.lang.Object
de.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.normalization.AbstractNormalization<O>
- Type Parameters:
O
- object type
- All Implemented Interfaces:
- Normalization<O>, Parameterizable
- Direct Known Subclasses:
- AttributeWiseMinMaxNormalization, AttributeWiseVarianceNormalization, MultiRepresentedObjectNormalization
public abstract class AbstractNormalization<O extends DatabaseObject>
- extends AbstractLoggable
- implements Normalization<O>
Abstract super class for all normalizations.
- Author:
- Elke Achtert
Constructor Summary |
protected |
AbstractNormalization()
Initializes the option handler and the parameter map. |
Method Summary |
String |
toString()
Returns a string representation of the object. |
AbstractNormalization
protected AbstractNormalization()
- Initializes the option handler and the parameter map.
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class Object
- Returns:
- a string representation of the object.