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