public static class ANNClassificationTrainer.CentroidStat extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
ConcurrentHashMap<Integer,ConcurrentHashMap<Double,Integer>> |
centroidStat
Count of points closest to the center with a given index.
|
ConcurrentSkipListSet<Double> |
clsLblsSet
Set of unique labels.
|
ConcurrentHashMap<Integer,Integer> |
counts
Count of points closest to the center with a given index.
|
Constructor and Description |
---|
CentroidStat() |
public ConcurrentHashMap<Integer,ConcurrentHashMap<Double,Integer>> centroidStat
public ConcurrentHashMap<Integer,Integer> counts
public ConcurrentSkipListSet<Double> clsLblsSet
public ConcurrentSkipListSet<Double> labels()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021