My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 18, 2008 by francois.parmentier
Labels: Phase-Implementation
LinkWeight  
How to compute the weight of a link?

Introduction

The 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).

Details

When 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


Sign in to add a comment
Hosted by Google Code