enggiqbal / mlgd

multi level tree based approach for interactive graph visualization with semantic zoom

Home Page:http://uamap-dev.arl.arizona.edu:8086/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question on degree_reducer.py

WANGEOGEO opened this issue · comments

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.