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
-
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()
-