Package org.apache.ignite.examples.ml.preprocessing
Machine learning pre-processing examples.
-
Class Summary Class Description BinarizationExample Example that shows how to use binarization preprocessor to binarize data.ImputingExample Example that shows how to use Imputing preprocessor to impute the missing value in the given data.MaxAbsScalerExample Example that shows how to use MaxAbsScaler preprocessor to scale the given data.MinMaxScalerExample Example that shows how to use MinMaxScaler preprocessor to scale the given data.NormalizationExample Example that shows how to use normalization preprocessor to normalize each vector in the given data.StandardScalerExample Example that shows how to use StandardScaler preprocessor to scale the given data.