#include <pagerank.h>
|
| PageRank () |
|
results::CollectiveResults | Query (const GraphDBSession &sess, std::string src_vertex_label, std::string dst_vertex_label, std::string edge_label, double damping_factor, int32_t max_iterations, double epsilon, int32_t result_limit) override |
|
◆ PageRank()
gs::PageRank::PageRank |
( |
| ) |
|
|
inline |
◆ Query()
results::CollectiveResults gs::PageRank::Query |
( |
const GraphDBSession & |
sess, |
|
|
std::string |
src_vertex_label, |
|
|
std::string |
dst_vertex_label, |
|
|
std::string |
edge_label, |
|
|
double |
damping_factor, |
|
|
int32_t |
max_iterations, |
|
|
double |
epsilon, |
|
|
int32_t |
result_limit |
|
) |
| |
|
override |
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