Closed corradomonti closed 5 years ago
Here you were referring to the interest and influence dictionary. For now we have only one dictionary with: (node_index, str(interest)) : [topic-dim interests vector] (node_index, str(influence)) : [topic-dim influence vector]
Which should be clearly separated into two fields self.interests
and self.influences
, both (node -> vectors), either as dict {0 -> v0, 1 -> v2, ...} or as a list [v0, v1, ...].
Is the same happening in any other part of the library?
No
Interests vectors and influence vectors are now in two different class attributes. Commit be11d40f7566cd1dae16836fdf2453b898697446
@FedericoCinus can you remind us which fields are those?