Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
38 | 0 | 0 | 0 | 100% | 0.113 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
org.hipparchus.clustering.distance | 12 | 0 | 0 | 0 | 100% | 0.009 |
org.hipparchus.clustering | 24 | 0 | 0 | 0 | 100% | 0.099 |
org.hipparchus.clustering.evaluation | 2 | 0 | 0 | 0 | 100% | 0.005 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.hipparchus.clustering.distance
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
EuclideanDistanceTest | 2 | 0 | 0 | 0 | 100% | 0.001 | |
CanberraDistanceTest | 3 | 0 | 0 | 0 | 100% | 0.004 | |
EarthMoversDistanceTest | 3 | 0 | 0 | 0 | 100% | 0.002 | |
ChebyshevDistanceTest | 2 | 0 | 0 | 0 | 100% | 0.001 | |
ManhattanDistanceTest | 2 | 0 | 0 | 0 | 100% | 0.001 |
org.hipparchus.clustering
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
MultiKMeansPlusPlusClustererTest | 1 | 0 | 0 | 0 | 100% | 0.004 | |
DBSCANClustererTest | 7 | 0 | 0 | 0 | 100% | 0.006 | |
KMeansPlusPlusClustererTest | 4 | 0 | 0 | 0 | 100% | 0.017 | |
LocalizedClusteringFormatsTest | 6 | 0 | 0 | 0 | 100% | 0.005 | |
FuzzyKMeansClustererTest | 6 | 0 | 0 | 0 | 100% | 0.067 |
org.hipparchus.clustering.evaluation
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
SumOfClusterVariancesTest | 2 | 0 | 0 | 0 | 100% | 0.005 |
Test Cases
[Summary] [Package List] [Test Cases]
DBSCANClustererTest
testNullDataset | 0 | |
testNegativeEps | 0.001 | |
testSingleLink | 0 | |
testCluster | 0.002 | |
testNegativeMinPts | 0 | |
testGetMinPts | 0 | |
testGetEps | 0 |
KMeansPlusPlusClustererTest
testPerformClusterAnalysisDegenerate | 0 | |
testCertainSpace | 0.012 | |
testPerformClusterAnalysisToManyClusters | 0 | |
testSmallDistances | 0.004 |
LocalizedClusteringFormatsTest
testNoMissingFrenchTranslation | 0.002 | |
testNoOpEnglishTranslation | 0.001 | |
testVariablePartsConsistency | 0 | |
testMessageNumber | 0 | |
testAllKeysPresentInPropertiesFiles | 0.001 | |
testAllPropertiesCorrespondToKeys | 0 |
FuzzyKMeansClustererTest
testNullDataset | 0.01 | |
testTooSmallFuzzynessFactor | 0 | |
testGetters | 0.003 | |
testCluster | 0.014 | |
testSingleCluster | 0 | |
testClusterCenterEqualsPoints | 0.001 |