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,double[],double[]>
| Constructor and Description |
|---|
NormalizationTrainer() |
| Modifier and Type | Method and Description |
|---|---|
NormalizationPreprocessor<K,V> |
fit(DatasetBuilder<K,V> datasetBuilder,
IgniteBiFunction<K,V,double[]> basePreprocessor)
Fits preprocessor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfit, fitpublic NormalizationPreprocessor<K,V> fit(DatasetBuilder<K,V> datasetBuilder, IgniteBiFunction<K,V,double[]> basePreprocessor)
fit in interface PreprocessingTrainer<K,V,double[],double[]>datasetBuilder - Dataset builder.basePreprocessor - Base preprocessor.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018