Skip to content

Commit cc87be3

Browse files
andiwgkno10
authored andcommitted
update regression test
1 parent 25c616c commit cc87be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elki-clustering/src/test/java/elki/clustering/kmeans/BetulaLloydKMeansTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public void testNaive() {
7878
.with(AbstractKMeans.K_ID, 4) //
7979
.with(AbstractCFKMeansInitialization.Par.SEED_ID, 0) //
8080
.build().autorun(db);
81-
assertFMeasure(db, clustering, 0.86656);
82-
assertClusterSizes(clustering, new int[] { 85, 127, 203, 223 });
81+
assertFMeasure(db, clustering, 0.88199);
82+
assertClusterSizes(clustering, new int[] { 76, 141, 202, 219 });
8383
}
8484

8585
@Test

0 commit comments

Comments
 (0)