Lines Matching refs:ClusterIdForPoint_
97 ClusterIdForPoint_.resize(Points_.size()); in validateAndSetup()
104 ClusterIdForPoint_[P] = ClusterId::error(); in validateAndSetup()
132 if (!ClusterIdForPoint_[P].isUndef()) in clusterizeDbScan()
138 ClusterIdForPoint_[P] = ClusterId::noise(); in clusterizeDbScan()
145 ClusterIdForPoint_[P] = CurrentCluster.Id; /* Label initial point */ in clusterizeDbScan()
156 if (ClusterIdForPoint_[Q].isNoise()) { in clusterizeDbScan()
158 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
162 if (!ClusterIdForPoint_[Q].isUndef()) { in clusterizeDbScan()
166 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
180 if (ClusterIdForPoint_[P].isNoise()) { in clusterizeDbScan()
217 ClusterIdForPoint_[P] = CurrentCluster.Id; in clusterizeNaive()
255 assert(ClusterIdForPoint_.size() == Points_.size() && "size mismatch"); in stabilize()
256 for (auto Point : zip(Points_, ClusterIdForPoint_)) { in stabilize()
299 ClusterIdForPoint_[P] = UnstableCluster.Id; in stabilize()