Package | Description |
---|---|
org.apache.ignite.ml.pipeline |
Contains Pipeline API.
|
org.apache.ignite.ml.preprocessing.binarization |
Contains binarization preprocessor.
|
org.apache.ignite.ml.preprocessing.encoding |
Contains encoding preprocessors.
|
org.apache.ignite.ml.preprocessing.imputing |
Contains Imputer preprocessor.
|
org.apache.ignite.ml.preprocessing.maxabsscaling |
Contains Max Abs Scaler preprocessor.
|
org.apache.ignite.ml.preprocessing.minmaxscaling |
Contains Min Max Scaler preprocessor.
|
org.apache.ignite.ml.preprocessing.normalization |
Contains Normalizer preprocessor.
|
org.apache.ignite.ml.preprocessing.standardscaling |
Contains Standard scaler preprocessor.
|
Modifier and Type | Method and Description |
---|---|
Pipeline<K,V,C,L> |
Pipeline.addPreprocessingTrainer(PreprocessingTrainer preprocessingTrainer)
Adds a preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
BinarizationTrainer<K,V>
Trainer of the binarization preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
EncoderTrainer<K,V>
Trainer of the String Encoder and One-Hot Encoder preprocessors.
|
Modifier and Type | Class and Description |
---|---|
class |
ImputerTrainer<K,V>
Trainer of the imputing preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
MaxAbsScalerTrainer<K,V>
Trainer of the maxabsscaling preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
MinMaxScalerTrainer<K,V>
Trainer of the minmaxscaling preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizationTrainer<K,V>
Trainer of the Normalization preprocessor.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardScalerTrainer<K,V>
Trainer of the standard scaler preprocessor.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024