
V - Object type processedpublic abstract class AbstractStreamNormalization<V extends NumberVector> extends AbstractVectorStreamConversionFilter<V,V> implements Normalization<V>
BundleStreamSource.Eventfactorysource| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStreamNormalization()
Initializes the option handler and the parameter map.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleTypeInformation<? super V> |
convertedType(SimpleTypeInformation<V> in)
Get the output type from the input type after conversion.
|
V |
restore(V featureVector)
Transforms a feature vector to the original attribute ranges.
|
String |
toString() |
LinearEquationSystem |
transform(LinearEquationSystem linearEquationSystem)
Transforms a linear equation system describing linear dependencies
derived on the normalized space into a linear equation system describing
linear dependencies quantitatively adapted to the original space.
|
initializeOutputTypedata, filterSingleObject, getInputTypeRestriction, getMeta, nextEventasMultipleObjectsBundle, assignDBID, filter, hasDBIDs, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilterprotected AbstractStreamNormalization()
protected SimpleTypeInformation<? super V> convertedType(SimpleTypeInformation<V> in)
AbstractStreamConversionFilterconvertedType in class AbstractStreamConversionFilter<V extends NumberVector,V extends NumberVector>in - input type restrictionpublic V restore(V featureVector)
Normalizationrestore in interface Normalization<V extends NumberVector>featureVector - a feature vector to be transformed into original spacepublic LinearEquationSystem transform(LinearEquationSystem linearEquationSystem)
Normalizationtransform in interface Normalization<V extends NumberVector>linearEquationSystem - the linear equation system to be transformedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.