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.
|
Modifier and Type | Method and Description |
---|---|
Pipeline<K,V,R> |
Pipeline.addPreprocessor(PreprocessingTrainer preprocessor)
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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019