You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering what is the idea behind the setup on degree_reducer.py. In method graph_reducer, we calculate the expected value by multiplying the weight of a node which is topicFreq_i, with the fraction of weight of another node which is topicProb_j. I am wondering what is the meaning of doing it.
Thanks in advance for help.
The text was updated successfully, but these errors were encountered:
Hi,
I am wondering what is the idea behind the setup on degree_reducer.py. In method graph_reducer, we calculate the expected value by multiplying the weight of a node which is topicFreq_i, with the fraction of weight of another node which is topicProb_j. I am wondering what is the meaning of doing it.
Thanks in advance for help.
The text was updated successfully, but these errors were encountered: