
O - Object type processedpublic abstract class AbstractStreamNormalization<O extends NumberVector<?>> extends AbstractVectorStreamConversionFilter<O,O> implements Normalization<O>
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 O> |
convertedType(SimpleTypeInformation<O> in)
Get the output type from the input type after conversion.
|
MultipleObjectsBundle |
normalizeObjects(MultipleObjectsBundle objects)
Performs a normalization on a database object bundle.
|
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, nextEventfilter, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrestorefilterprotected AbstractStreamNormalization()
protected SimpleTypeInformation<? super O> convertedType(SimpleTypeInformation<O> in)
AbstractStreamConversionFilterconvertedType in class AbstractStreamConversionFilter<O extends NumberVector<?>,O extends NumberVector<?>>in - input type restrictionpublic MultipleObjectsBundle normalizeObjects(MultipleObjectsBundle objects)
NormalizationnormalizeObjects in interface Normalization<O extends NumberVector<?>>objects - the database objects packagepublic LinearEquationSystem transform(LinearEquationSystem linearEquationSystem)
Normalizationtransform in interface Normalization<O extends NumberVector<?>>linearEquationSystem - the linear equation system to be transformed