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>
| Constructor and Description |
|---|
ImputerTrainer() |
| Modifier and Type | Method and Description |
|---|---|
ImputerPreprocessor<K,V> |
fit(LearningEnvironmentBuilder envBuilder,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> basePreprocessor)
Fits preprocessor.
|
ImputerTrainer<K,V> |
withImputingStrategy(ImputingStrategy imputingStgy)
Sets the imputing strategy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfit, fit, fit, fit, fit, learningEnvironmentpublic ImputerPreprocessor<K,V> fit(LearningEnvironmentBuilder envBuilder, DatasetBuilder<K,V> datasetBuilder, Preprocessor<K,V> basePreprocessor)
fit in interface PreprocessingTrainer<K,V>envBuilder - Learning environment builder.datasetBuilder - Dataset builder.basePreprocessor - Base preprocessor.public ImputerTrainer<K,V> withImputingStrategy(ImputingStrategy imputingStgy)
imputingStgy - The given value.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025