Function reference
-
abstract_graph()
- Create an abstract graph object
-
node_degrees()
- Get the in-degree and out-degree of nodes in an abstract graph
-
check()
- Check if a node an abstract graph is acceptable for inclusion in PPR
-
neighborhood()
- Get the neighborhood of a node in a graph
-
appr()
- Approximate personalized pageranks
-
Tracker
- R6 class to manage personalized pagerank calculations
-
update(<Tracker>)
- Update a Tracker object
-
appr()
- Approximate personalized pageranks
-
rtweet_graph()
- Create an abstract representation of the Twitter friendship graph