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.StringBETWEENNESSIdentifier for the betweenness metric.static java.lang.StringCLOSENESSIdentifier for the closeness metric.static java.lang.StringCOMPLDEGREEIdentifier for the degree in the complementary graph.static java.lang.StringCOMPLINVDEGREEIdentifier for the inverse degree in the complementary graph.static java.lang.StringCOMPLLOCALCLUSTCOEFIdentifier for the local clustering coefficient in the complementary graph.static java.lang.StringCOMPLPAGERANKIdentifier for the PageRank in the complementary graph.static java.lang.StringCORENESSIdentifier for the coreness metric.static java.lang.StringDEGREEIdentifier for the degree.static java.lang.StringECCENTRICITYIdentifier for the eccentricity metric.static java.lang.StringEIGENIdentifier for the eigenvector centrality.static java.lang.StringFDIdentifier for the Free discovery metric.static java.lang.StringHARMONICIdentifier for the harmonic centrality metric.static java.lang.StringHITSIdentifier for the HITS score.static java.lang.StringINVDEGREEIdentifier for the inverse of the degree.static java.lang.StringKATZIdentifier for the Katz centrality.static java.lang.StringLENGTHIdentifier for the length of the node.static java.lang.StringLOCALCLUSTCOEFIdentifier for the local clustering coefficient.static java.lang.StringLOCALRECIPRATEIdentifier for the reciprocity rate.static java.lang.StringPAGERANKIdentifier 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()
-