Uses of Class
org.graphstream.algorithm.measure.CommunityMeasure

Packages that use CommunityMeasure
org.graphstream.algorithm.measure   
 

Uses of CommunityMeasure in org.graphstream.algorithm.measure
 

Subclasses of CommunityMeasure in org.graphstream.algorithm.measure
 class CommunityDistribution
          Provides some statistical information on the size of current community assignment on the specified graph as it evolves.
 class CommunityRelativeMeasure
          Computes and updates a relative measure based on the comparison between the current community assignment and a reference assignment on a given graph.
 class Modularity
          Computes and updates the modularity of a given graph as it evolves.
 class NormalizedMutualInformation
          Computes and updated the current Normalized Mutual Information (NMI) measure between a dynamically-performed community assignment on a graph as it evolves and a fixed assignment, known as reference.
 class VariationOfInformation
           
 



Copyright © 2011. All Rights Reserved.