K - Type of a key in upstream data.V - Type of a value in upstream data.public class NormalizationPreprocessor<K,V> extends Object implements IgniteBiFunction<K,V,Vector>
| Constructor and Description |
|---|
NormalizationPreprocessor(int p,
IgniteBiFunction<K,V,Vector> basePreprocessor)
Constructs a new instance of Normalization preprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
apply(K k,
V v)
Applies this preprocessor.
|
double |
p()
Gets the degree of L^p space parameter value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenandThenpublic NormalizationPreprocessor(int p,
IgniteBiFunction<K,V,Vector> basePreprocessor)
p - Degree of L^p space value.basePreprocessor - Base preprocessor.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019