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.String
ARSL
Identifier for average reciprocal shortest path length metric.static java.lang.String
ASL
Identifier for average shortest path length metric.static java.lang.String
CLUSTCOEF
Identifier for global clustering coefficient metric.static java.lang.String
CLUSTCOEFCOMPL
Identifier for global clustering coefficient complement metric.static java.lang.String
COMPLETEEDGEGINI
Identifier for complete edge Gini complement metric.static java.lang.String
DEGREEASSORT
Identifier for degree assortativity metric.static java.lang.String
DEGREEGINI
Identifier for degree Gini metric.static java.lang.String
DEGREEPEARSON
Identifier for degree Pearson correlation metric.static java.lang.String
DENSITY
Identifier for density metric.static java.lang.String
DIAMETER
Identifier for diameter metric.static java.lang.String
INFINITEDIST
Identifier for number of pairs at infinite distances metric.static java.lang.String
INTEREDGEGINI
Identifier for inter-edge Gini complement metric.static java.lang.String
NUMEDGES
Identifier for number of edges metric.static java.lang.String
RADIUS
Identifier for radius metric.static java.lang.String
RECIPRAVGECCENTRICITY
Identifier for reciprocal average eccentricity metric.static java.lang.String
RECIPRDIAMETER
Identifier for reciprocal diameter metric.static java.lang.String
RECIPROCITYRATE
Identifier for reciprocity rate metric.static java.lang.String
SEMICOMPLETEEDGEGINI
Identifier 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()
-