Searched refs:PointIndices (Results 1 – 4 of 4) sorted by relevance
107 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()148 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()161 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()169 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()183 NoiseCluster_.PointIndices.push_back(P); in clusterizeDbScan()290 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()304 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), in stabilize()311 std::for_each(it, OldCluster.PointIndices.end(), in stabilize()316 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), in stabilize()319 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); in stabilize()[all …]
206 for (const size_t PointId : ClusterIt.PointIndices) { in run()442 if (Cluster.PointIndices.empty()) in printClusterRawHtml()446 << Cluster.PointIndices.size() << " points)</p>"; in printClusterRawHtml()450 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml()458 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml()
88 std::vector<int> PointIndices; member
26 return Field(&InstructionBenchmarkClustering::Cluster::PointIndices, in __anon56ec65d00202()