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.StringCOMMDESTSIZEIdentifier for the destiny community size metric.static java.lang.StringCOMMSIZEGINIIdentifier for the community size Gini metric.static java.lang.StringCOMPLETECOMMUNITYDEGREEGINIIdentifier for the complete community degree Gini metric.static java.lang.StringCOMPLETECOMMUNITYEDGEGINIIdentifier for the complete community edge Gini metric.static java.lang.StringDICECOMPLETECOMMUNITYEDGEGINIIdentifier for the Dice complete community edge Gini metric.static java.lang.StringDICEINTERCOMMUNITYEDGEGINIIdentifier for the Dice inter-community edge Gini metric.static java.lang.StringDICESEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the Dice semi-complete community edge Gini metric.static java.lang.StringINTERCOMMUNITYDEGREEGINIIdentifier for the inter-community degree Gini metric.static java.lang.StringINTERCOMMUNITYEDGEGINIIdentifier for the inter-community edge Gini metric.static java.lang.StringMODULARITYIdentifier for the modularity metric.static java.lang.StringMODULARITYCOMPLIdentifier for the modularity complement metric.static java.lang.StringNUMCOMMSIdentifier for the number of communities.static java.lang.StringSEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the semi-complete community edge Gini metric.static java.lang.StringSIZENORMCOMPLETECOMMUNITYDEGREEGINIIdentifier for the size-normalized complete community degree Gini metric.static java.lang.StringSIZENORMCOMPLETECOMMUNITYEDGEGINIIdentifier for the size-normalized complete community degree Gini metric.static java.lang.StringSIZENORMINTERCOMMUNITYDEGREEGINIIdentifier for the size-normalized inter-community degree Gini metric.static java.lang.StringSIZENORMINTERCOMMUNITYEDGEGINIIdentifier for the size-normalized inter-community degree Gini metric.static java.lang.StringSIZENORMSEMICOMPLETECOMMUNITYEDGEGINIIdentifier for the size-normalized semi-complete community degree Gini metric.static java.lang.StringWEAKTIESIdentifier 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()
-