MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / info

Method info

include/core/graph.h:118–124  ·  view source on GitHub ↗

Return information about the graph */

Source from the content-addressed store, hash-verified

116
117 /** Return information about the graph */
118 std::string info() {
119 std::stringstream ss;
120 ss << name() << std::endl;
121 ss << pretty::header("Graph") << std::endl;
122 ss << graph_info();
123 return ss.str();
124 }
125};
126} // namespace graphvite

Callers 15

downloadMethod · 0.45
extractMethod · 0.45
get_fileMethod · 0.45
csv2txtMethod · 0.45
top_k_labelMethod · 0.45
induced_graphMethod · 0.45
edge_splitMethod · 0.45
link_prediction_splitMethod · 0.45
image_feature_dataMethod · 0.45
readable_labelMethod · 0.45
wrapperMethod · 0.45

Calls 1

headerFunction · 0.85

Tested by

no test coverage detected