Class GraphMetricIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.sna.graph.GraphMetricIdentifiers
public class GraphMetricIdentifiers
extends java.lang.Object
Identifiers for edge metrics.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARSLIdentifier for average reciprocal shortest path length metric.static java.lang.StringASLIdentifier for average shortest path length metric.static java.lang.StringCLUSTCOEFIdentifier for global clustering coefficient metric.static java.lang.StringCLUSTCOEFCOMPLIdentifier for global clustering coefficient complement metric.static java.lang.StringCOMPLETEEDGEGINIIdentifier for complete edge Gini complement metric.static java.lang.StringDEGREEASSORTIdentifier for degree assortativity metric.static java.lang.StringDEGREEGINIIdentifier for degree Gini metric.static java.lang.StringDEGREEPEARSONIdentifier for degree Pearson correlation metric.static java.lang.StringDENSITYIdentifier for density metric.static java.lang.StringDIAMETERIdentifier for diameter metric.static java.lang.StringINFINITEDISTIdentifier for number of pairs at infinite distances metric.static java.lang.StringINTEREDGEGINIIdentifier for inter-edge Gini complement metric.static java.lang.StringNUMEDGESIdentifier for number of edges metric.static java.lang.StringRADIUSIdentifier for radius metric.static java.lang.StringRECIPRAVGECCENTRICITYIdentifier for reciprocal average eccentricity metric.static java.lang.StringRECIPRDIAMETERIdentifier for reciprocal diameter metric.static java.lang.StringRECIPROCITYRATEIdentifier for reciprocity rate metric.static java.lang.StringSEMICOMPLETEEDGEGINIIdentifier for semi-complete edge Gini complement. -
Constructor Summary
Constructors Constructor Description GraphMetricIdentifiers() -
Method Summary
-
Field Details
-
ASL
public static final java.lang.String ASLIdentifier for average shortest path length metric.- See Also:
- Constant Field Values
-
ARSL
public static final java.lang.String ARSLIdentifier for average reciprocal shortest path length metric.- See Also:
- Constant Field Values
-
RADIUS
public static final java.lang.String RADIUSIdentifier for radius metric.- See Also:
- Constant Field Values
-
DIAMETER
public static final java.lang.String DIAMETERIdentifier for diameter metric.- See Also:
- Constant Field Values
-
INFINITEDIST
public static final java.lang.String INFINITEDISTIdentifier for number of pairs at infinite distances metric.- See Also:
- Constant Field Values
-
CLUSTCOEF
public static final java.lang.String CLUSTCOEFIdentifier for global clustering coefficient metric.- See Also:
- Constant Field Values
-
CLUSTCOEFCOMPL
public static final java.lang.String CLUSTCOEFCOMPLIdentifier for global clustering coefficient complement metric.- See Also:
- Constant Field Values
-
DEGREEGINI
public static final java.lang.String DEGREEGINIIdentifier for degree Gini metric.- See Also:
- Constant Field Values
-
DENSITY
public static final java.lang.String DENSITYIdentifier for density metric.- See Also:
- Constant Field Values
-
NUMEDGES
public static final java.lang.String NUMEDGESIdentifier for number of edges metric.- See Also:
- Constant Field Values
-
INTEREDGEGINI
public static final java.lang.String INTEREDGEGINIIdentifier for inter-edge Gini complement metric.- See Also:
- Constant Field Values
-
COMPLETEEDGEGINI
public static final java.lang.String COMPLETEEDGEGINIIdentifier for complete edge Gini complement metric.- See Also:
- Constant Field Values
-
SEMICOMPLETEEDGEGINI
public static final java.lang.String SEMICOMPLETEEDGEGINIIdentifier for semi-complete edge Gini complement.- See Also:
- Constant Field Values
-
RECIPRAVGECCENTRICITY
public static final java.lang.String RECIPRAVGECCENTRICITYIdentifier for reciprocal average eccentricity metric.- See Also:
- Constant Field Values
-
RECIPRDIAMETER
public static final java.lang.String RECIPRDIAMETERIdentifier for reciprocal diameter metric.- See Also:
- Constant Field Values
-
RECIPROCITYRATE
public static final java.lang.String RECIPROCITYRATEIdentifier for reciprocity rate metric.- See Also:
- Constant Field Values
-
DEGREEASSORT
public static final java.lang.String DEGREEASSORTIdentifier for degree assortativity metric.- See Also:
- Constant Field Values
-
DEGREEPEARSON
public static final java.lang.String DEGREEPEARSONIdentifier for degree Pearson correlation metric.- See Also:
- Constant Field Values
-
-
Constructor Details
-
GraphMetricIdentifiers
public GraphMetricIdentifiers()
-