Searched refs:ClusterCenterPoint (Results 1 – 2 of 2) sorted by relevance
356 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size()); in getAsPoint() local357 for (auto I : zip(ClusterCenterPoint, Representative)) in getAsPoint()359 return ClusterCenterPoint; in getAsPoint()
357 const std::vector<BenchmarkMeasure> ClusterCenterPoint = in measurementsMatch() local365 assert(ClusterCenterPoint.size() == SchedClassPoint.size() && in measurementsMatch()368 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()