Delta
This commit is contained in:
parent
d537f878b7
commit
9c4722aa8f
@ -292,7 +292,7 @@ def scoreOpinions(G, globMu, globStd, errorFac=0.7):
|
||||
def scoreUnread(G, globMu, globStd, errorFac=0.6):
|
||||
for n in list(G.nodes):
|
||||
feedbacks = []
|
||||
deepFeedbacks = [globMu]
|
||||
deepFeedbacks = [globMu - globStd*0.5]
|
||||
deepLen = 1
|
||||
node = G.nodes[n]
|
||||
if node['t'] == 'book':
|
||||
|
Loading…
Reference in New Issue
Block a user