
V - vector type@Alias(value="de.lmu.ifi.dbs.elki.datasource.filter.normalization.LengthNormalization") public class LengthNormalization<V extends NumberVector> extends AbstractStreamNormalization<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
LengthNormalization.Parameterizer<V extends NumberVector>
Parameterization class.
|
BundleStreamSource.Event| Modifier and Type | Field and Description |
|---|---|
(package private) Norm<? super V> |
norm
Norm to use.
|
factorysource| Constructor and Description |
|---|
LengthNormalization(Norm<? super V> norm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected V |
filterSingleObject(V featureVector)
Normalize a single instance.
|
protected SimpleTypeInformation<? super V> |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
convertedType, restore, toString, transforminitializeOutputTypedata, getMeta, nextEventasMultipleObjectsBundle, assignDBID, filter, hasDBIDs, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilterNorm<? super V extends NumberVector> norm
protected V filterSingleObject(V featureVector)
AbstractStreamConversionFilterfilterSingleObject in class AbstractStreamConversionFilter<V extends NumberVector,V extends NumberVector>featureVector - Database object to normalizeprotected SimpleTypeInformation<? super V> getInputTypeRestriction()
AbstractStreamConversionFiltergetInputTypeRestriction in class AbstractStreamConversionFilter<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.