HomeSort by relevance Sort by last modified time
    Searched refs:get_two_farthest_clusters (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
two_farthest_clusters.py 7 - get_two_farthest_clusters(): Classify the points into two farthest clusters
38 def get_two_farthest_clusters(points): function
73 for cluster in get_two_farthest_clusters(points) if cluster]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
geometry_unittest.py 18 from geometry.two_farthest_clusters import get_two_farthest_clusters
104 # Shuffle the two clusters, and then test the get_two_farthest_clusters
112 actual_cluster1, actual_cluster2 = get_two_farthest_clusters(points)

Completed in 457 milliseconds