
O - Object typepublic class AttributeWiseErfNormalization<O extends NumberVector<?>> extends AbstractNormalization<O>
factory| Constructor and Description |
|---|
AttributeWiseErfNormalization()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected O |
filterSingleObject(O obj)
Normalize a single instance.
|
protected SimpleTypeInformation<? super O> |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
O |
restore(O featureVector)
Transforms a feature vector to the original attribute ranges.
|
convertedType, normalizeObjects, toString, transforminitializeOutputTypefilter, prepareComplete, prepareProcessInstance, prepareStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilterpublic AttributeWiseErfNormalization()
public O restore(O featureVector)
NormalizationfeatureVector - a feature vector to be transformed into original spaceprotected O filterSingleObject(O obj)
AbstractConversionFilterfilterSingleObject in class AbstractConversionFilter<O extends NumberVector<?>,O extends NumberVector<?>>obj - Database object to normalizeprotected SimpleTypeInformation<? super O> getInputTypeRestriction()
AbstractConversionFiltergetInputTypeRestriction in class AbstractConversionFilter<O extends NumberVector<?>,O extends NumberVector<?>>