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.StringBALANCEDFASTGREEDYIdentifier of the Balanced FastGreedy community detection approach.static java.lang.StringEDGEBETWENNESSIdentifier of the edge betweenness-based community detection approach.static java.lang.StringFASTGREEDYIdentifier of the FastGreedy community detection approach.static java.lang.StringGINIWEIGHTEDFASTGREEDYIdentifier of the Gini-weighted FastGreedy community detection approach.static java.lang.StringGIRVANNEWMANIdentifier of the Girvan-Newman community detection approach.static java.lang.StringINFOMAPIdentifier of the InfoMap community detection approach.static java.lang.StringLABELPROPIdentifier of the Label Propagation community detection approach.static java.lang.StringLOUVAINIdentifier of the Louvain community detection approach.static java.lang.StringNORMALIZEDCUTSPECTRALIdentifier of the Normalized Cut Spectral Clustering community detection approach.static java.lang.StringRATIOCUTSPECTRALIdentifier of the Ratio Cut Spectral Clustering community detection approach.static java.lang.StringSCCIdentifier of the strongly connected components community detection approach.static java.lang.StringSIZEWEIGHTEDFASTGREEDYIdentifier of the Size-weighted FastGreedy community detection approach.static java.lang.StringWCCIdentifier of the weakly connected components community detection approach. -
Constructor Summary
Constructors Constructor Description CommunityDetectionIdentifiers() -
Method Summary
Modifier and Type Method Description static voidprintAlgorithmList()Prints the list of available algorithms
-
Field Details
-
SCC
public static final java.lang.String SCCIdentifier of the strongly connected components community detection approach.- See Also:
- Constant Field Values
-
WCC
public static final java.lang.String WCCIdentifier of the weakly connected components community detection approach.- See Also:
- Constant Field Values
-
FASTGREEDY
public static final java.lang.String FASTGREEDYIdentifier of the FastGreedy community detection approach.- See Also:
- Constant Field Values
-
LOUVAIN
public static final java.lang.String LOUVAINIdentifier of the Louvain community detection approach.- See Also:
- Constant Field Values
-
INFOMAP
public static final java.lang.String INFOMAPIdentifier of the InfoMap community detection approach.- See Also:
- Constant Field Values
-
LABELPROP
public static final java.lang.String LABELPROPIdentifier of the Label Propagation community detection approach.- See Also:
- Constant Field Values
-
GIRVANNEWMAN
public static final java.lang.String GIRVANNEWMANIdentifier of the Girvan-Newman community detection approach.- See Also:
- Constant Field Values
-
EDGEBETWENNESS
public static final java.lang.String EDGEBETWENNESSIdentifier of the edge betweenness-based community detection approach.- See Also:
- Constant Field Values
-
BALANCEDFASTGREEDY
public static final java.lang.String BALANCEDFASTGREEDYIdentifier of the Balanced FastGreedy community detection approach.- See Also:
- Constant Field Values
-
SIZEWEIGHTEDFASTGREEDY
public static final java.lang.String SIZEWEIGHTEDFASTGREEDYIdentifier of the Size-weighted FastGreedy community detection approach.- See Also:
- Constant Field Values
-
GINIWEIGHTEDFASTGREEDY
public static final java.lang.String GINIWEIGHTEDFASTGREEDYIdentifier of the Gini-weighted FastGreedy community detection approach.- See Also:
- Constant Field Values
-
RATIOCUTSPECTRAL
public static final java.lang.String RATIOCUTSPECTRALIdentifier of the Ratio Cut Spectral Clustering community detection approach.- See Also:
- Constant Field Values
-
NORMALIZEDCUTSPECTRAL
public static final java.lang.String NORMALIZEDCUTSPECTRALIdentifier of the Normalized Cut Spectral Clustering community detection approach.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CommunityDetectionIdentifiers
public CommunityDetectionIdentifiers()
-
-
Method Details
-
printAlgorithmList
public static void printAlgorithmList()Prints the list of available algorithms
-