Class CommunityDetectionIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.community.CommunityDetectionIdentifiers

public class CommunityDetectionIdentifiers
extends java.lang.Object
Identifiers for the different community detection algorithms available in the framework.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BALANCEDFASTGREEDY
    Identifier of the Balanced FastGreedy community detection approach.
    static java.lang.String EDGEBETWENNESS
    Identifier of the edge betweenness-based community detection approach.
    static java.lang.String FASTGREEDY
    Identifier of the FastGreedy community detection approach.
    static java.lang.String GINIWEIGHTEDFASTGREEDY
    Identifier of the Gini-weighted FastGreedy community detection approach.
    static java.lang.String GIRVANNEWMAN
    Identifier of the Girvan-Newman community detection approach.
    static java.lang.String INFOMAP
    Identifier of the InfoMap community detection approach.
    static java.lang.String LABELPROP
    Identifier of the Label Propagation community detection approach.
    static java.lang.String LOUVAIN
    Identifier of the Louvain community detection approach.
    static java.lang.String NORMALIZEDCUTSPECTRAL
    Identifier of the Normalized Cut Spectral Clustering community detection approach.
    static java.lang.String RATIOCUTSPECTRAL
    Identifier of the Ratio Cut Spectral Clustering community detection approach.
    static java.lang.String SCC
    Identifier of the strongly connected components community detection approach.
    static java.lang.String SIZEWEIGHTEDFASTGREEDY
    Identifier of the Size-weighted FastGreedy community detection approach.
    static java.lang.String WCC
    Identifier of the weakly connected components community detection approach.
  • Constructor Summary

    Constructors 
    Constructor Description
    CommunityDetectionIdentifiers()  
  • Method Summary

    Modifier and Type Method Description
    static void printAlgorithmList()
    Prints the list of available algorithms

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait