GraphStream Users

Archives de la liste Aide


How to use NormalizedMutualInformation


Chronologique Discussions 
  • From: Ilias Trichopoulos <ilias.trichopoulos AT cern.ch>
  • To: "graphstream-users AT litislab.fr" <graphstream-users AT litislab.fr>
  • Subject: How to use NormalizedMutualInformation
  • Date: Thu, 30 Jan 2014 20:03:55 +0000
  • Accept-language: en-GB, en-US

Dear all,

I am working on the implementation of an algorithm that is detecting communities in graphs. I am trying to figure out how to use the NMI measurement to evaluate the results. I managed to use Modularity to get results with the following process:

Let's assume that every node of the graph has 2 attributes, community(string) and weight(double)

Modularity modularity = new Modularity("community", "weight");
modularity.init(graph);
System.out.print(modularity.getMeasure());

What is the process to get a result using the NMI?

Thanks in advance,

--
Ilias Trichopoulos

CERN Technical Student



  • How to use NormalizedMutualInformation, Ilias Trichopoulos, 30/01/2014

Archives gérées par MHonArc 2.6.16.

Top of page