Lines Matching refs:ClusterIdForPoint_
99 ClusterIdForPoint_.resize(Points_.size()); in validateAndSetup()
106 ClusterIdForPoint_[P] = ClusterId::error(); in validateAndSetup()
134 if (!ClusterIdForPoint_[P].isUndef()) in clusterizeDbScan()
140 ClusterIdForPoint_[P] = ClusterId::noise(); in clusterizeDbScan()
147 ClusterIdForPoint_[P] = CurrentCluster.Id; /* Label initial point */ in clusterizeDbScan()
158 if (ClusterIdForPoint_[Q].isNoise()) { in clusterizeDbScan()
160 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
164 if (!ClusterIdForPoint_[Q].isUndef()) { in clusterizeDbScan()
168 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
182 if (ClusterIdForPoint_[P].isNoise()) { in clusterizeDbScan()
230 ClusterIdForPoint_[P] = CurrentCluster.Id; in clusterizeNaive()
269 assert(ClusterIdForPoint_.size() == Points_.size() && "size mismatch"); in stabilize()
270 for (auto Point : zip(Points_, ClusterIdForPoint_)) { in stabilize()
313 ClusterIdForPoint_[P] = UnstableCluster.Id; in stabilize()