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