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

    Methods inherited from class java.lang.Object

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