#include <pagerank.h>
|
| PageRank () |
|
results::CollectiveResults | Query (const GraphDBSession &sess, std::string vertex_label, std::string edge_label, double damping_factor, int max_iterations, double epsilon) |
|
◆ PageRank()
gs::PageRank::PageRank |
( |
| ) |
|
|
inline |
◆ Query()
results::CollectiveResults gs::PageRank::Query |
( |
const GraphDBSession & |
sess, |
|
|
std::string |
vertex_label, |
|
|
std::string |
edge_label, |
|
|
double |
damping_factor, |
|
|
int |
max_iterations, |
|
|
double |
epsilon |
|
) |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/GraphScope/GraphScope/flex/engines/graph_db/app/builtin/pagerank.h
- /home/runner/work/GraphScope/GraphScope/flex/engines/graph_db/app/builtin/pagerank.cc