Open jkomoros opened 5 years ago
link-count
)https://www.npmjs.com/package/ngraph.pagerank should work well for a function calculation
Implemetned this in the card-rank
branch. Didn't commit to master because basically every time you update a link in a card, EVERY OTHER CARD has to be touched and stored... and then have updateInboundLinks updated on THEM, which can take ~20 seconds total.
The actual computation of card rank is very fast; it's the storing in each card that isn't. See #315.
The pagerank algorithm really isn't that complex to implement, probably best to just implement it myself
Which is inbound card links to it. Ideally it would be a formal page-rank level transitive juice.