Searched refs:getClusterIdForPoint (Results 1 – 2 of 2) sorted by relevance
129 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()344 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()345 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()556 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function