Searched refs:getClusterIdForPoint (Results 1 – 3 of 3) sorted by relevance
66 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST()68 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST()70 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST()71 Clustering.get().getClusterIdForPoint(3)); in TEST()72 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST()73 Clustering.get().getClusterIdForPoint(4)); in TEST()
128 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()324 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()325 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()538 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function