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.StringBETWEENNESSIdentifier for the betweenness metric.static java.lang.StringCCINCREASEIdentifier for the Clustering Coefficient increment metric.static java.lang.StringCOMPLEMBEDEDNESSIdentifier for the embeddedness metric in the complementary graph.static java.lang.StringCOMPLFOAFIdentifier for the neighbor overlap metric in the complementary graph.static java.lang.StringDISTANCEIdentifier for the distance between pairs metric.static java.lang.StringDISTANCEWITHOUTLINKIdentifier for the distance without a link metric.static java.lang.StringEFOAFIdentifier for the expanded common neighbors metric.static java.lang.StringEFOAFCOUNTIdentifier for the expanded common neighbors count metric.static java.lang.StringEMBEDEDNESSIdentifier for the embeddedness metric.static java.lang.StringFOAFIdentifier for the neighbor overlap metric.static java.lang.StringGEODESICSIdentifier for the number of geodesic paths metric.static java.lang.StringPREFATTACHIdentifier for the preferential attachment metric.static java.lang.StringRECIPIdentifier for the reciprocity metric.static java.lang.StringRECIPROCALSPLIdentifier for the reciprocal shortest path length metric.static java.lang.StringSHRINKINGASLIdentifier for the shrinking ASL metric.static java.lang.StringSHRINKINGASLNEIGHIdentifier for the shrinking neighbors ASL metric.static java.lang.StringSHRINKINGDIAMIdentifier for the shrinking diameter metric.static java.lang.StringSHRINKINGDIAMNEIGHIdentifier for the shrinking neighbors diameter metric.static java.lang.StringWEAKNESSIdentifier for the Clustering Coefficient increment weakness metric.static java.lang.StringWEIGHTIdentifier for the weight of pairs.static java.lang.StringWFOAFIdentifier for the weighted neighbor overlap metric.static java.lang.StringWFOAFLOGIdentifier for the log-weighted neighbor overlap metric. -
Constructor Summary
Constructors Constructor Description PairMetricIdentifiers() -
Method Summary
-
Field Details
-
CCINCREASE
public static final java.lang.String CCINCREASEIdentifier for the Clustering Coefficient increment metric.- See Also:
- Constant Field Values
-
DISTANCE
public static final java.lang.String DISTANCEIdentifier for the distance between pairs metric.- See Also:
- Constant Field Values
-
DISTANCEWITHOUTLINK
public static final java.lang.String DISTANCEWITHOUTLINKIdentifier for the distance without a link metric.- See Also:
- Constant Field Values
-
RECIPROCALSPL
public static final java.lang.String RECIPROCALSPLIdentifier for the reciprocal shortest path length metric.- See Also:
- Constant Field Values
-
FOAF
public static final java.lang.String FOAFIdentifier for the neighbor overlap metric.- See Also:
- Constant Field Values
-
COMPLFOAF
public static final java.lang.String COMPLFOAFIdentifier for the neighbor overlap metric in the complementary graph.- See Also:
- Constant Field Values
-
GEODESICS
public static final java.lang.String GEODESICSIdentifier for the number of geodesic paths metric.- See Also:
- Constant Field Values
-
RECIP
public static final java.lang.String RECIPIdentifier for the reciprocity metric.- See Also:
- Constant Field Values
-
WFOAF
public static final java.lang.String WFOAFIdentifier for the weighted neighbor overlap metric.- See Also:
- Constant Field Values
-
WFOAFLOG
public static final java.lang.String WFOAFLOGIdentifier for the log-weighted neighbor overlap metric.- See Also:
- Constant Field Values
-
EFOAF
public static final java.lang.String EFOAFIdentifier for the expanded common neighbors metric.- See Also:
- Constant Field Values
-
EFOAFCOUNT
public static final java.lang.String EFOAFCOUNTIdentifier for the expanded common neighbors count metric.- See Also:
- Constant Field Values
-
PREFATTACH
public static final java.lang.String PREFATTACHIdentifier for the preferential attachment metric.- See Also:
- Constant Field Values
-
EMBEDEDNESS
public static final java.lang.String EMBEDEDNESSIdentifier for the embeddedness metric.- See Also:
- Constant Field Values
-
COMPLEMBEDEDNESS
public static final java.lang.String COMPLEMBEDEDNESSIdentifier for the embeddedness metric in the complementary graph.- See Also:
- Constant Field Values
-
WEAKNESS
public static final java.lang.String WEAKNESSIdentifier for the Clustering Coefficient increment weakness metric.- See Also:
- Constant Field Values
-
SHRINKINGASL
public static final java.lang.String SHRINKINGASLIdentifier for the shrinking ASL metric.- See Also:
- Constant Field Values
-
SHRINKINGDIAM
public static final java.lang.String SHRINKINGDIAMIdentifier for the shrinking diameter metric.- See Also:
- Constant Field Values
-
SHRINKINGDIAMNEIGH
public static final java.lang.String SHRINKINGDIAMNEIGHIdentifier for the shrinking neighbors diameter metric.- See Also:
- Constant Field Values
-
SHRINKINGASLNEIGH
public static final java.lang.String SHRINKINGASLNEIGHIdentifier for the shrinking neighbors ASL metric.- See Also:
- Constant Field Values
-
BETWEENNESS
public static final java.lang.String BETWEENNESSIdentifier for the betweenness metric.- See Also:
- Constant Field Values
-
WEIGHT
public static final java.lang.String WEIGHTIdentifier for the weight of pairs.- See Also:
- Constant Field Values
-
-
Constructor Details
-
PairMetricIdentifiers
public PairMetricIdentifiers()
-