Searched refs:getClusterIdForPoint (Results 1 – 3 of 3) sorted by relevance
61 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST()63 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST()65 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST()66 Clustering.get().getClusterIdForPoint(3)); in TEST()67 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST()68 Clustering.get().getClusterIdForPoint(4)); in TEST()
129 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()341 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()342 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()553 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function