tested personalized pagerank

This commit is contained in:
pippellia-btc
2025-05-26 12:12:12 +02:00
parent 0076999e74
commit 11c5afd4f7
4 changed files with 180 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ func PersonalizedWithTargets(
/*
Personalized computes the personalized pagerank of node by simulating a
long random walk starting at and resetting to itself. This long walk is generated
from the random walks stored in the storage layer.
using the random walks in the storage layer whenever possible.
# REFERENCES