nzhiltsov / mocassin

Automatically exported from code.google.com/p/mocassin
0 stars 0 forks source link

Compute Katz coefficient for a given pair of elements in the structural graph #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Use GraphMatrixOperations in JUNG to get adjacency matrix M.
2. Use cern.colt.matrix.linalg.Algebra to compute an inverse matrix and 
calculate (I-b*M)^{-1}-I, where I - an identity matrix, and b = 0.005.
3. i,j elements in the calculated matrix would give necessary coefficient 
values.
4. Add a method to GraphMetricUtils and enhance GraphTopologyAnalyzerTest with 
the appropriate test part.

See a paper "The Link Prediction Problem for Social Networks" for more details.

Original issue reported on code.google.com by nikita.z...@gmail.com on 3 May 2012 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by lordofba...@gmail.com on 10 May 2012 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by nikita.z...@gmail.com on 11 May 2012 at 9:56