My Problem:
- I have a set of nodes, with some nodes are connected by directional edges.
- I want to assign the weights to each node and each edge.
- Finally I would like to calculate effective node weights based on influence of the connected nodes.
Background:
- Currently I am using JUNG to solve my problem.
- I looked at JUNG package edu.uci.ics.jung.algorithms.scoring. But not sure if they would help me achieve my objectives.
I have seen JUNG scoring packages. I am not sure which algorithm that I need to use based on my requirement. Can you please suggest which would be more appropriate & is there a sample implimentation? – user1920253 Dec 25 '12 at 22:48