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
-
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
-