K - Type of a key in upstream data.V - Type of a value in upstream data.public class ImputerTrainer<K,V> extends Object implements PreprocessingTrainer<K,V,Vector,Vector>
| Constructor and Description |
|---|
ImputerTrainer() |
| Modifier and Type | Method and Description |
|---|---|
ImputerPreprocessor<K,V> |
fit(DatasetBuilder<K,V> datasetBuilder,
IgniteBiFunction<K,V,Vector> basePreprocessor)
Fits preprocessor.
|
ImputerTrainer<K,V> |
withImputingStrategy(ImputingStrategy imputingStgy)
Sets the imputing strategy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfit, fitpublic ImputerPreprocessor<K,V> fit(DatasetBuilder<K,V> datasetBuilder, IgniteBiFunction<K,V,Vector> basePreprocessor)
public ImputerTrainer<K,V> withImputingStrategy(ImputingStrategy imputingStgy)
imputingStgy - The given value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019