K - Type of a key in upstream data.V - Type of a value in upstream data.public class ImputerPreprocessor<K,V> extends Object implements IgniteBiFunction<K,V,Vector>
| Constructor and Description |
|---|
ImputerPreprocessor(Vector imputingValues,
IgniteBiFunction<K,V,Vector> basePreprocessor)
Constructs a new instance of imputing preprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
apply(K k,
V v)
Applies this preprocessor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenandThenpublic ImputerPreprocessor(Vector imputingValues, IgniteBiFunction<K,V,Vector> basePreprocessor)
basePreprocessor - Base preprocessor.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019