Source file "org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 451 of 451 | 0% | 54 of 54 | 0% | 37 | 37 | 113 | 113 | 9 | 9 |
chooseInitialCenters(Collection, int, Random) | ![]() | 0% | ![]() | 0% | 5 | 5 | 21 | 21 | 1 | 1 |
cluster(Collection, int, int) | ![]() | 0% | ![]() | 0% | 10 | 10 | 27 | 27 | 1 | 1 |
getPointFromLargestVarianceCluster(Collection) | ![]() | 0% | ![]() | 0% | 6 | 6 | 17 | 17 | 1 | 1 |
getFarthestPoint(Collection) | ![]() | 0% | ![]() | 0% | 5 | 5 | 16 | 16 | 1 | 1 |
getPointFromLargestNumberCluster(Collection) | ![]() | 0% | ![]() | 0% | 4 | 4 | 12 | 12 | 1 | 1 |
getNearestCluster(Collection, Clusterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
assignPointsToClusters(Collection, Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
KMeansPlusPlusClusterer(Random, KMeansPlusPlusClusterer.EmptyClusterStrategy) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
KMeansPlusPlusClusterer(Random) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 |