IntroductionThe weight of a link, or the influence of the incoming node to the outgoing one, is computed depending on the incoming node's occurrence and on the co-occurrence of the two nodes (co-occurrence is an attribute of the link). DetailsWhen the link is not labeled, the formula is simple: weightij = co-occij / occi When the link is labeled (say, by node l): weightij = ( 1 - co-occij / occi ) x AVl / 100
|