Searched refs:getClusterIdForPoint (Results 1 – 3 of 3) sorted by relevance
55 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST()57 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST()59 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST()60 Clustering.get().getClusterIdForPoint(3)); in TEST()61 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST()62 Clustering.get().getClusterIdForPoint(4)); in TEST()
122 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()387 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()393 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()596 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
71 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function