K
- Type of a key in upstream
data.V
- Type of a value in upstream
data.public abstract class EncoderPreprocessor<K,V> extends Object implements Preprocessor<K,V>
Modifier and Type | Field and Description |
---|---|
protected Preprocessor<K,V> |
basePreprocessor
Base preprocessor.
|
protected Map<String,Integer>[] |
encodingValues
Filling values.
|
protected Set<Integer> |
handledIndices
Feature indices to apply encoder.
|
static String |
KEY_FOR_NULL_VALUES |
Constructor and Description |
---|
EncoderPreprocessor(Map<String,Integer>[] encodingValues,
Preprocessor<K,V> basePreprocessor,
Set<Integer> handledIndices)
Constructs a new instance of String Encoder preprocessor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
map
andThen
andThen, apply
public static final String KEY_FOR_NULL_VALUES
protected final Preprocessor<K,V> basePreprocessor
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024