Class PairMetricIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.sna.pair.PairMetricIdentifiers

public class PairMetricIdentifiers
extends java.lang.Object
Identifiers for metrics for pairs of users in the network.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BETWEENNESS
    Identifier for the betweenness metric.
    static java.lang.String CCINCREASE
    Identifier for the Clustering Coefficient increment metric.
    static java.lang.String COMPLEMBEDEDNESS
    Identifier for the embeddedness metric in the complementary graph.
    static java.lang.String COMPLFOAF
    Identifier for the neighbor overlap metric in the complementary graph.
    static java.lang.String DISTANCE
    Identifier for the distance between pairs metric.
    static java.lang.String DISTANCEWITHOUTLINK
    Identifier for the distance without a link metric.
    static java.lang.String EFOAF
    Identifier for the expanded common neighbors metric.
    static java.lang.String EFOAFCOUNT
    Identifier for the expanded common neighbors count metric.
    static java.lang.String EMBEDEDNESS
    Identifier for the embeddedness metric.
    static java.lang.String FOAF
    Identifier for the neighbor overlap metric.
    static java.lang.String GEODESICS
    Identifier for the number of geodesic paths metric.
    static java.lang.String PREFATTACH
    Identifier for the preferential attachment metric.
    static java.lang.String RECIP
    Identifier for the reciprocity metric.
    static java.lang.String RECIPROCALSPL
    Identifier for the reciprocal shortest path length metric.
    static java.lang.String SHRINKINGASL
    Identifier for the shrinking ASL metric.
    static java.lang.String SHRINKINGASLNEIGH
    Identifier for the shrinking neighbors ASL metric.
    static java.lang.String SHRINKINGDIAM
    Identifier for the shrinking diameter metric.
    static java.lang.String SHRINKINGDIAMNEIGH
    Identifier for the shrinking neighbors diameter metric.
    static java.lang.String WEAKNESS
    Identifier for the Clustering Coefficient increment weakness metric.
    static java.lang.String WEIGHT
    Identifier for the weight of pairs.
    static java.lang.String WFOAF
    Identifier for the weighted neighbor overlap metric.
    static java.lang.String WFOAFLOG
    Identifier for the log-weighted neighbor overlap metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    PairMetricIdentifiers()  
  • Method Summary

    Methods inherited from class java.lang.Object

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