Lines Matching refs:graph
37 #include "ceres/graph.h"
53 // graph. centers will contain the vertices that are the identified
60 void ComputeClustering(const Graph<int>& graph,
74 const Graph<int>* graph_;
84 const Graph<int>& graph,
90 cv.ComputeClustering(graph, options, centers, membership);
97 const Graph<int>& graph,
104 graph_ = &graph;
142 // Return the set of vertices of the graph which have valid vertex
150 if (graph_->VertexWeight(*view) != Graph<int>::InvalidWeight()) {