HomeSort by: relevance | last modified time | path
    Searched defs:Centroid (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Analysis.h 67 // Return the cluster centroid.
68 const SchedClassClusterCentroid &getCentroid() const { return Centroid; }
80 SchedClassClusterCentroid Centroid;
Clustering.cpp 62 // First, get the centroid of this group of points. This is O(N).
71 const std::vector<BenchmarkMeasure> Centroid = G.getAsPoint();
73 // Since we will be comparing with the centroid, we need to halve the epsilon.
77 // And now check that every point is a neighbour of the centroid. Also O(N).
79 Pts, [this, &Centroid, AnalysisClusteringEpsilonHalvedSquared](size_t P) {
84 return isNeighbour(PMeasurements, Centroid,
Analysis.h 67 // Return the cluster centroid.
68 const SchedClassClusterCentroid &getCentroid() const { return Centroid; }
80 SchedClassClusterCentroid Centroid;
Clustering.cpp 62 // First, get the centroid of this group of points. This is O(N).
71 const std::vector<BenchmarkMeasure> Centroid = G.getAsPoint();
73 // Since we will be comparing with the centroid, we need to halve the epsilon.
77 // And now check that every point is a neighbour of the centroid. Also O(N).
79 Pts, [this, &Centroid, AnalysisClusteringEpsilonHalvedSquared](size_t P) {
84 return isNeighbour(PMeasurements, Centroid,

Completed in 64 milliseconds