From 87433cc97ff7fcae0ad001cc91640594cfcbb400 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 11 Feb 2022 18:04:47 +0100 Subject: [PATCH] Tiny change in recommender --- caliGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caliGraph.py b/caliGraph.py index 724d4d6..e657bbe 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -881,8 +881,8 @@ def recommendNBooks(G, mu, std, n, removeTopListsB=True, removeUselessRecommende removeKeepBest(G, int(n*2) + 5, maxDistForRead=2) removeEdge(G) removeHighSpanTags(G, 8) - removeHighSpanReadBooks(G, 14) pruneTags(G, 7) + removeHighSpanReadBooks(G, 14) removeDangling(G, alsoBooks=False) pruneRecommenders(G, 12) removeThinRecs(G, 3)