Class VertexMetricIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricIdentifiers
public class VertexMetricIdentifiers
extends java.lang.Object
Identifiers for vertex metrics.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BETWEENNESS
Identifier for the betweenness metric.static java.lang.String
CLOSENESS
Identifier for the closeness metric.static java.lang.String
COMPLDEGREE
Identifier for the degree in the complementary graph.static java.lang.String
COMPLINVDEGREE
Identifier for the inverse degree in the complementary graph.static java.lang.String
COMPLLOCALCLUSTCOEF
Identifier for the local clustering coefficient in the complementary graph.static java.lang.String
COMPLPAGERANK
Identifier for the PageRank in the complementary graph.static java.lang.String
CORENESS
Identifier for the coreness metric.static java.lang.String
DEGREE
Identifier for the degree.static java.lang.String
ECCENTRICITY
Identifier for the eccentricity metric.static java.lang.String
EIGEN
Identifier for the eigenvector centrality.static java.lang.String
FD
Identifier for the Free discovery metric.static java.lang.String
HARMONIC
Identifier for the harmonic centrality metric.static java.lang.String
HITS
Identifier for the HITS score.static java.lang.String
INVDEGREE
Identifier for the inverse of the degree.static java.lang.String
KATZ
Identifier for the Katz centrality.static java.lang.String
LENGTH
Identifier for the length of the node.static java.lang.String
LOCALCLUSTCOEF
Identifier for the local clustering coefficient.static java.lang.String
LOCALRECIPRATE
Identifier for the reciprocity rate.static java.lang.String
PAGERANK
Identifier for the PageRank -
Constructor Summary
Constructors Constructor Description VertexMetricIdentifiers()
-
Method Summary
-
Field Details
-
CLOSENESS
public static final java.lang.String CLOSENESSIdentifier for the closeness metric.- See Also:
- Constant Field Values
-
BETWEENNESS
public static final java.lang.String BETWEENNESSIdentifier for the betweenness metric.- See Also:
- Constant Field Values
-
ECCENTRICITY
public static final java.lang.String ECCENTRICITYIdentifier for the eccentricity metric.- See Also:
- Constant Field Values
-
HARMONIC
public static final java.lang.String HARMONICIdentifier for the harmonic centrality metric.- See Also:
- Constant Field Values
-
DEGREE
public static final java.lang.String DEGREEIdentifier for the degree.- See Also:
- Constant Field Values
-
HITS
public static final java.lang.String HITSIdentifier for the HITS score.- See Also:
- Constant Field Values
-
INVDEGREE
public static final java.lang.String INVDEGREEIdentifier for the inverse of the degree.- See Also:
- Constant Field Values
-
LOCALCLUSTCOEF
public static final java.lang.String LOCALCLUSTCOEFIdentifier for the local clustering coefficient.- See Also:
- Constant Field Values
-
LOCALRECIPRATE
public static final java.lang.String LOCALRECIPRATEIdentifier for the reciprocity rate.- See Also:
- Constant Field Values
-
PAGERANK
public static final java.lang.String PAGERANKIdentifier for the PageRank- See Also:
- Constant Field Values
-
COMPLDEGREE
public static final java.lang.String COMPLDEGREEIdentifier for the degree in the complementary graph.- See Also:
- Constant Field Values
-
COMPLINVDEGREE
public static final java.lang.String COMPLINVDEGREEIdentifier for the inverse degree in the complementary graph.- See Also:
- Constant Field Values
-
COMPLLOCALCLUSTCOEF
public static final java.lang.String COMPLLOCALCLUSTCOEFIdentifier for the local clustering coefficient in the complementary graph.- See Also:
- Constant Field Values
-
COMPLPAGERANK
public static final java.lang.String COMPLPAGERANKIdentifier for the PageRank in the complementary graph.- See Also:
- Constant Field Values
-
FD
public static final java.lang.String FDIdentifier for the Free discovery metric.- See Also:
- Constant Field Values
-
LENGTH
public static final java.lang.String LENGTHIdentifier for the length of the node.- See Also:
- Constant Field Values
-
CORENESS
public static final java.lang.String CORENESSIdentifier for the coreness metric.- See Also:
- Constant Field Values
-
EIGEN
public static final java.lang.String EIGENIdentifier for the eigenvector centrality.- See Also:
- Constant Field Values
-
KATZ
public static final java.lang.String KATZIdentifier for the Katz centrality.- See Also:
- Constant Field Values
-
-
Constructor Details
-
VertexMetricIdentifiers
public VertexMetricIdentifiers()
-