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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait