Пример #1
0
 def testClusterAllocationTheSameObjectsTwoInitialMedoidsByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         15, 2, True)
Пример #2
0
 def testClusterAllocationTheSameObjectsThreeInitialMedoidsByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         25, 3, True)
Пример #3
0
 def testClusterAllocationTheSameObjectsOneInitialMedoidByCore(self):
     kmedoids_test_template.templateClusterAllocationTheSameObjects(
         20, 1, True)