K - Type of a key in upstream data.V - Type of a value in upstream data.public class NormalizationTrainer<K,V> extends Object implements PreprocessingTrainer<K,V,Vector,Vector>
| Constructor and Description |
|---|
NormalizationTrainer() |
| Modifier and Type | Method and Description |
|---|---|
NormalizationPreprocessor<K,V> |
fit(DatasetBuilder<K,V> datasetBuilder,
IgniteBiFunction<K,V,Vector> basePreprocessor)
Fits preprocessor.
|
double |
p()
Gets the degree of L space parameter value.
|
NormalizationTrainer<K,V> |
withP(int p)
Sets the p parameter value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfit, fitpublic NormalizationPreprocessor<K,V> fit(DatasetBuilder<K,V> datasetBuilder, IgniteBiFunction<K,V,Vector> basePreprocessor)
public double p()
public NormalizationTrainer<K,V> withP(int p)
p - The given value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019