Source file "org/apache/commons/math3/ml/clustering/KMeansPlusPlusClusterer.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 706 of 706 | 0% | 88 of 88 | 0% | 62 | 62 | 169 | 169 | 17 | 17 |
| chooseInitialCenters(Collection) | 0% | 0% | 17 | 17 | 45 | 45 | 1 | 1 | ||
| cluster(Collection) | 0% | 0% | 11 | 11 | 29 | 29 | 1 | 1 | ||
| getPointFromLargestVarianceCluster(Collection) | 0% | 0% | 6 | 6 | 18 | 18 | 1 | 1 | ||
| getFarthestPoint(Collection) | 0% | 0% | 5 | 5 | 16 | 16 | 1 | 1 | ||
| centroidOf(Collection, int) | 0% | 0% | 4 | 4 | 9 | 9 | 1 | 1 | ||
| getPointFromLargestNumberCluster(Collection) | 0% | 0% | 4 | 4 | 12 | 12 | 1 | 1 | ||
| assignPointsToClusters(List, Collection, int[]) | 0% | 0% | 3 | 3 | 11 | 11 | 1 | 1 | ||
| getNearestCluster(Collection, Clusterable) | 0% | 0% | 3 | 3 | 11 | 11 | 1 | 1 | ||
| KMeansPlusPlusClusterer(int, int, DistanceMeasure, RandomGenerator, KMeansPlusPlusClusterer.EmptyClusterStrategy) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| KMeansPlusPlusClusterer(int, int, DistanceMeasure) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| KMeansPlusPlusClusterer(int, int) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| KMeansPlusPlusClusterer(int, int, DistanceMeasure, RandomGenerator) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| KMeansPlusPlusClusterer(int) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| getK() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getMaxIterations() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRandomGenerator() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getEmptyClusterStrategy() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |