
V - Object type@Alias(value={"de.lmu.ifi.dbs.elki.datasource.filter.normalization.AttributeWiseErfNormalization","de.lmu.ifi.dbs.elki.datasource.filter.AttributeWiseErfNormalization"}) public class AttributeWiseErfNormalization<V extends NumberVector> extends AbstractNormalization<V>
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Class logger.
|
factory| Constructor and Description |
|---|
AttributeWiseErfNormalization()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected V |
filterSingleObject(V obj)
Normalize a single instance.
|
protected SimpleTypeInformation<? super V> |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Class logger.
|
convertedType, restore, toString, transforminitializeOutputTypefilter, prepareComplete, prepareProcessInstance, prepareStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilterprivate static final Logging LOG
public AttributeWiseErfNormalization()
protected V filterSingleObject(V obj)
AbstractConversionFilterfilterSingleObject in class AbstractConversionFilter<V extends NumberVector,V extends NumberVector>obj - Database object to normalizeprotected Logging getLogger()
AbstractConversionFiltergetLogger in class AbstractConversionFilter<V extends NumberVector,V extends NumberVector>protected SimpleTypeInformation<? super V> getInputTypeRestriction()
AbstractConversionFiltergetInputTypeRestriction in class AbstractConversionFilter<V extends NumberVector,V extends NumberVector>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.