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.withMaxs(double[] maxs)
Sets the array of maximum of values in partition for each feature in the dataset.
|
ImputerPartitionData |
ImputerPartitionData.withMins(double[] mins)
Sets the array of minimum 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020