Esempio n. 1
0
 def testClusterAllocationTheSameObjectsTwoInitialMedoidsByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         15, 2, True)
Esempio n. 2
0
 def testClusterAllocationTheSameObjectsThreeInitialMedoidsByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         25, 3, True)
Esempio n. 3
0
 def testClusterAllocationTheSameObjectsOneInitialMedoidByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         20, 1, True)