Class GlobalCommunityMetricIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricIdentifiers
public class GlobalCommunityMetricIdentifiers
extends java.lang.Object
Identifiers for edge metrics.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMMDESTSIZE
Identifier for the destiny community size metric.static java.lang.String
COMMSIZEGINI
Identifier for the community size Gini metric.static java.lang.String
COMPLETECOMMUNITYDEGREEGINI
Identifier for the complete community degree Gini metric.static java.lang.String
COMPLETECOMMUNITYEDGEGINI
Identifier for the complete community edge Gini metric.static java.lang.String
DICECOMPLETECOMMUNITYEDGEGINI
Identifier for the Dice complete community edge Gini metric.static java.lang.String
DICEINTERCOMMUNITYEDGEGINI
Identifier for the Dice inter-community edge Gini metric.static java.lang.String
DICESEMICOMPLETECOMMUNITYEDGEGINI
Identifier for the Dice semi-complete community edge Gini metric.static java.lang.String
INTERCOMMUNITYDEGREEGINI
Identifier for the inter-community degree Gini metric.static java.lang.String
INTERCOMMUNITYEDGEGINI
Identifier for the inter-community edge Gini metric.static java.lang.String
MODULARITY
Identifier for the modularity metric.static java.lang.String
MODULARITYCOMPL
Identifier for the modularity complement metric.static java.lang.String
NUMCOMMS
Identifier for the number of communities.static java.lang.String
SEMICOMPLETECOMMUNITYEDGEGINI
Identifier for the semi-complete community edge Gini metric.static java.lang.String
SIZENORMCOMPLETECOMMUNITYDEGREEGINI
Identifier for the size-normalized complete community degree Gini metric.static java.lang.String
SIZENORMCOMPLETECOMMUNITYEDGEGINI
Identifier for the size-normalized complete community degree Gini metric.static java.lang.String
SIZENORMINTERCOMMUNITYDEGREEGINI
Identifier for the size-normalized inter-community degree Gini metric.static java.lang.String
SIZENORMINTERCOMMUNITYEDGEGINI
Identifier for the size-normalized inter-community degree Gini metric.static java.lang.String
SIZENORMSEMICOMPLETECOMMUNITYEDGEGINI
Identifier for the size-normalized semi-complete community degree Gini metric.static java.lang.String
WEAKTIES
Identifier for the number of weak ties metric. -
Constructor Summary
Constructors Constructor Description GlobalCommunityMetricIdentifiers()
-
Method Summary
-
Field Details
-
INTERCOMMUNITYDEGREEGINI
public static final java.lang.String INTERCOMMUNITYDEGREEGINIIdentifier for the inter-community degree Gini metric.- See Also:
- Constant Field Values
-
COMPLETECOMMUNITYDEGREEGINI
public static final java.lang.String COMPLETECOMMUNITYDEGREEGINIIdentifier for the complete community degree Gini metric.- See Also:
- Constant Field Values
-
SIZENORMINTERCOMMUNITYDEGREEGINI
public static final java.lang.String SIZENORMINTERCOMMUNITYDEGREEGINIIdentifier for the size-normalized inter-community degree Gini metric.- See Also:
- Constant Field Values
-
SIZENORMCOMPLETECOMMUNITYDEGREEGINI
public static final java.lang.String SIZENORMCOMPLETECOMMUNITYDEGREEGINIIdentifier for the size-normalized complete community degree Gini metric.- See Also:
- Constant Field Values
-
INTERCOMMUNITYEDGEGINI
public static final java.lang.String INTERCOMMUNITYEDGEGINIIdentifier for the inter-community edge Gini metric.- See Also:
- Constant Field Values
-
COMPLETECOMMUNITYEDGEGINI
public static final java.lang.String COMPLETECOMMUNITYEDGEGINIIdentifier for the complete community edge Gini metric.- See Also:
- Constant Field Values
-
SEMICOMPLETECOMMUNITYEDGEGINI
public static final java.lang.String SEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the semi-complete community edge Gini metric.- See Also:
- Constant Field Values
-
SIZENORMINTERCOMMUNITYEDGEGINI
public static final java.lang.String SIZENORMINTERCOMMUNITYEDGEGINIIdentifier for the size-normalized inter-community degree Gini metric.- See Also:
- Constant Field Values
-
SIZENORMCOMPLETECOMMUNITYEDGEGINI
public static final java.lang.String SIZENORMCOMPLETECOMMUNITYEDGEGINIIdentifier for the size-normalized complete community degree Gini metric.- See Also:
- Constant Field Values
-
SIZENORMSEMICOMPLETECOMMUNITYEDGEGINI
public static final java.lang.String SIZENORMSEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the size-normalized semi-complete community degree Gini metric.- See Also:
- Constant Field Values
-
DICEINTERCOMMUNITYEDGEGINI
public static final java.lang.String DICEINTERCOMMUNITYEDGEGINIIdentifier for the Dice inter-community edge Gini metric.- See Also:
- Constant Field Values
-
DICECOMPLETECOMMUNITYEDGEGINI
public static final java.lang.String DICECOMPLETECOMMUNITYEDGEGINIIdentifier for the Dice complete community edge Gini metric.- See Also:
- Constant Field Values
-
DICESEMICOMPLETECOMMUNITYEDGEGINI
public static final java.lang.String DICESEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the Dice semi-complete community edge Gini metric.- See Also:
- Constant Field Values
-
NUMCOMMS
public static final java.lang.String NUMCOMMSIdentifier for the number of communities.- See Also:
- Constant Field Values
-
MODULARITY
public static final java.lang.String MODULARITYIdentifier for the modularity metric.- See Also:
- Constant Field Values
-
MODULARITYCOMPL
public static final java.lang.String MODULARITYCOMPLIdentifier for the modularity complement metric.- See Also:
- Constant Field Values
-
WEAKTIES
public static final java.lang.String WEAKTIESIdentifier for the number of weak ties metric.- See Also:
- Constant Field Values
-
COMMDESTSIZE
public static final java.lang.String COMMDESTSIZEIdentifier for the destiny community size metric.- See Also:
- Constant Field Values
-
COMMSIZEGINI
public static final java.lang.String COMMSIZEGINIIdentifier for the community size Gini metric.- See Also:
- Constant Field Values
-
-
Constructor Details
-
GlobalCommunityMetricIdentifiers
public GlobalCommunityMetricIdentifiers()
-