Package | Description |
---|---|
org.apache.ignite.ml.preprocessing.imputing |
Contains Imputer preprocessor.
|
Modifier and Type | Method and Description |
---|---|
ImputerPartitionData |
ImputerPartitionData.withCounts(int[] counts)
Sets the array of amounts of values in partition for each feature in the dataset.
|
ImputerPartitionData |
ImputerPartitionData.withSums(double[] sums)
Sets the array of sums of values in partition for each feature in the dataset.
|
ImputerPartitionData |
ImputerPartitionData.withValuesByFrequency(Map<Double,Integer>[] valuesByFreq)
Sets the array of maps of frequencies by value in partition for each feature in the dataset.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024