5 lines
152 B
C
5 lines
152 B
C
#pragma once
|
|
|
|
#include "../../common/common.h"
|
|
|
|
py::object _pagerank(py::object G, double alpha, int max_iterator, double threshold, py::object weight); |