Class RerankerIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
public class RerankerIdentifiers
extends java.lang.Object
Identifiers for the different contact recommendation algorithms available in
the library
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALTOUTERSCEDGEGINI
Identifier for an alternative swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.String
ALTSCEDGEGINI
Identifier for an alternative swap reranker promoting the semi-complete community edge Gini complement.static java.lang.String
AVGEMBEDDEDNESS
Identifier for the swap reranker promoting average embeddedness.static java.lang.String
AVGWEAKNESS
Identifier for the swap reranker promoting average weakness.static java.lang.String
CDEGREEGINI
Identifier for the swap reranker promoting inter-community degree Gini complement.static java.lang.String
CEDGEGINI
Identifier for the swap reranker promoting the complete community edge Gini complement.static java.lang.String
CLUSTCOEF
Identifier for the swap reranker promoting clustering coefficient.static java.lang.String
CLUSTCOEFCOMPL
Identifier for the swap reranker promoting clustering coefficient complement.static java.lang.String
DEGREEGINICOMPL
Identifier for the swap reranker promoting degree Gini complement.static java.lang.String
HEURISTICAVGEMBEDDEDNESS
Identifier for the swap reranker promoting average embeddedness with heuristics.static java.lang.String
HEURISTICAVGWEAKNESS
Identifier for the swap reranker promoting average weakness with heuristics.static java.lang.String
ICDEGREEGINI
Identifier for the swap reranker promoting inter-community degree Gini complement.static java.lang.String
ICEDGEGINI
Identifier for the swap reranker promoting the inter-community edge Gini complement.static java.lang.String
LOCALAVGCOMMMETRIC
Identifier for the local reranker promoting an individual community metric.static java.lang.String
LOCALCOMMMETRIC
Identifier for the local reranker promoting a community metric.static java.lang.String
LOCALEDGEMETRIC
Identifier for the local reranker promoting an edge metric.static java.lang.String
LOCALGRAPHMETRIC
Identifier for the local reranker promoting a graph metric.static java.lang.String
LOCALUSERMETRIC
Identifier for the local reranker promoting a user metric.static java.lang.String
OUTERCDEGREEGINI
Identifier for the swap reranker promoting complete community degree Gini, forcing edges out of the community.static java.lang.String
OUTERCEDGEGINI
Identifier for the swap reranker promoting the complete community edge Gini complement, forcing edges out of the community.static java.lang.String
OUTERICDEGREEGINI
Identifier for the swap reranker promoting inter-community degree Gini complement, forcing edges out of the community.static java.lang.String
OUTERICEDGEGINI
Identifier for the swap reranker promoting the inter-community edge Gini complement, forcing edges out of the community.static java.lang.String
OUTERSCEDGEGINI
Identifier for the swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.String
OUTERSNCDEGREEGINI
Identifier for the swap reranker promoting the size-normalized complete community degree Gini complement, forcing edges out of the community.static java.lang.String
OUTERSNCEDGEGINI
Identifier for the size-normalized complete community edge Gini complement, forcing edges out of the community.static java.lang.String
OUTERSNICDEGREEGINI
Identifier for the swap reranker promoting size-normalized inter-community degree Gini complement, forcing edges out of the community.static java.lang.String
OUTERSNICEDGEGINI
Identifier for the size-normalized inter-community edge Gini complement, forcing edges out of the community.static java.lang.String
OUTERSNSCEDGEGINI
Identifier for the size-normalized semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.String
RANDOM
Identifier for the random reranker.static java.lang.String
SCEDGEGINI
Identifier for the swap reranker promoting the semi-complete community edge Gini complement.static java.lang.String
SNCDEGREEGINI
Identifier for the swap reranker promoting the size-normalized complete community degree Gini complement.static java.lang.String
SNCEDGEGINI
Identifier for the size-normalized complete community edge Gini complement.static java.lang.String
SNICDEGREEGINI
Identifier for the swap reranker promoting size-normalized inter-community degree Gini complement.static java.lang.String
SNICEDGEGINI
Identifier for the size-normalized inter-community edge Gini complement.static java.lang.String
SNSCEDGEGINI
Identifier for the size-normalized semi-complete community edge Gini complement.static java.lang.String
STRONGTIES
Identifier for the reranker incrementing the number of strong ties.static java.lang.String
SWAPAVGCOMMMETRIC
Identifier for the generic swap reranker for individual community metrics.static java.lang.String
SWAPCOMMMETRIC
Identifier for the generic swap reranker for community metrics.static java.lang.String
SWAPEDGEMETRIC
Identifier for the generic swap reranker for edge metrics.static java.lang.String
SWAPGRAPHMETRIC
Identifier for the generic swap reranker for graph metrics.static java.lang.String
SWAPUSERMETRIC
Identifier for the generic swap reranker for user metrics.static java.lang.String
WEAKTIES
Identifier for the reranker incrementing the number of weak ties. -
Constructor Summary
Constructors Constructor Description RerankerIdentifiers()
-
Method Summary
Modifier and Type Method Description static void
printAlgorithmList()
Prints the list of available algorithms
-
Field Details
-
RANDOM
public static final java.lang.String RANDOMIdentifier for the random reranker.- See Also:
- Constant Field Values
-
WEAKTIES
public static final java.lang.String WEAKTIESIdentifier for the reranker incrementing the number of weak ties.- See Also:
- Constant Field Values
-
STRONGTIES
public static final java.lang.String STRONGTIESIdentifier for the reranker incrementing the number of strong ties.- See Also:
- Constant Field Values
-
LOCALUSERMETRIC
public static final java.lang.String LOCALUSERMETRICIdentifier for the local reranker promoting a user metric.- See Also:
- Constant Field Values
-
LOCALEDGEMETRIC
public static final java.lang.String LOCALEDGEMETRICIdentifier for the local reranker promoting an edge metric.- See Also:
- Constant Field Values
-
LOCALGRAPHMETRIC
public static final java.lang.String LOCALGRAPHMETRICIdentifier for the local reranker promoting a graph metric.- See Also:
- Constant Field Values
-
LOCALCOMMMETRIC
public static final java.lang.String LOCALCOMMMETRICIdentifier for the local reranker promoting a community metric.- See Also:
- Constant Field Values
-
LOCALAVGCOMMMETRIC
public static final java.lang.String LOCALAVGCOMMMETRICIdentifier for the local reranker promoting an individual community metric.- See Also:
- Constant Field Values
-
CLUSTCOEF
public static final java.lang.String CLUSTCOEFIdentifier for the swap reranker promoting clustering coefficient.- See Also:
- Constant Field Values
-
CLUSTCOEFCOMPL
public static final java.lang.String CLUSTCOEFCOMPLIdentifier for the swap reranker promoting clustering coefficient complement.- See Also:
- Constant Field Values
-
DEGREEGINICOMPL
public static final java.lang.String DEGREEGINICOMPLIdentifier for the swap reranker promoting degree Gini complement.- See Also:
- Constant Field Values
-
AVGEMBEDDEDNESS
public static final java.lang.String AVGEMBEDDEDNESSIdentifier for the swap reranker promoting average embeddedness.- See Also:
- Constant Field Values
-
AVGWEAKNESS
public static final java.lang.String AVGWEAKNESSIdentifier for the swap reranker promoting average weakness.- See Also:
- Constant Field Values
-
HEURISTICAVGEMBEDDEDNESS
public static final java.lang.String HEURISTICAVGEMBEDDEDNESSIdentifier for the swap reranker promoting average embeddedness with heuristics.- See Also:
- Constant Field Values
-
HEURISTICAVGWEAKNESS
public static final java.lang.String HEURISTICAVGWEAKNESSIdentifier for the swap reranker promoting average weakness with heuristics.- See Also:
- Constant Field Values
-
ICDEGREEGINI
public static final java.lang.String ICDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement.- See Also:
- Constant Field Values
-
OUTERICDEGREEGINI
public static final java.lang.String OUTERICDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
CDEGREEGINI
public static final java.lang.String CDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement.- See Also:
- Constant Field Values
-
OUTERCDEGREEGINI
public static final java.lang.String OUTERCDEGREEGINIIdentifier for the swap reranker promoting complete community degree Gini, forcing edges out of the community.- See Also:
- Constant Field Values
-
SNICDEGREEGINI
public static final java.lang.String SNICDEGREEGINIIdentifier for the swap reranker promoting size-normalized inter-community degree Gini complement.- See Also:
- Constant Field Values
-
OUTERSNICDEGREEGINI
public static final java.lang.String OUTERSNICDEGREEGINIIdentifier for the swap reranker promoting size-normalized inter-community degree Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
SNCDEGREEGINI
public static final java.lang.String SNCDEGREEGINIIdentifier for the swap reranker promoting the size-normalized complete community degree Gini complement.- See Also:
- Constant Field Values
-
OUTERSNCDEGREEGINI
public static final java.lang.String OUTERSNCDEGREEGINIIdentifier for the swap reranker promoting the size-normalized complete community degree Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
ICEDGEGINI
public static final java.lang.String ICEDGEGINIIdentifier for the swap reranker promoting the inter-community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERICEDGEGINI
public static final java.lang.String OUTERICEDGEGINIIdentifier for the swap reranker promoting the inter-community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
SCEDGEGINI
public static final java.lang.String SCEDGEGINIIdentifier for the swap reranker promoting the semi-complete community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERSCEDGEGINI
public static final java.lang.String OUTERSCEDGEGINIIdentifier for the swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
CEDGEGINI
public static final java.lang.String CEDGEGINIIdentifier for the swap reranker promoting the complete community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERCEDGEGINI
public static final java.lang.String OUTERCEDGEGINIIdentifier for the swap reranker promoting the complete community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
ALTSCEDGEGINI
public static final java.lang.String ALTSCEDGEGINIIdentifier for an alternative swap reranker promoting the semi-complete community edge Gini complement.- See Also:
- Constant Field Values
-
SNICEDGEGINI
public static final java.lang.String SNICEDGEGINIIdentifier for the size-normalized inter-community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERSNICEDGEGINI
public static final java.lang.String OUTERSNICEDGEGINIIdentifier for the size-normalized inter-community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
SNSCEDGEGINI
public static final java.lang.String SNSCEDGEGINIIdentifier for the size-normalized semi-complete community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERSNSCEDGEGINI
public static final java.lang.String OUTERSNSCEDGEGINIIdentifier for the size-normalized semi-complete community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
SNCEDGEGINI
public static final java.lang.String SNCEDGEGINIIdentifier for the size-normalized complete community edge Gini complement.- See Also:
- Constant Field Values
-
OUTERSNCEDGEGINI
public static final java.lang.String OUTERSNCEDGEGINIIdentifier for the size-normalized complete community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
ALTOUTERSCEDGEGINI
public static final java.lang.String ALTOUTERSCEDGEGINIIdentifier for an alternative swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.- See Also:
- Constant Field Values
-
SWAPUSERMETRIC
public static final java.lang.String SWAPUSERMETRICIdentifier for the generic swap reranker for user metrics.- See Also:
- Constant Field Values
-
SWAPEDGEMETRIC
public static final java.lang.String SWAPEDGEMETRICIdentifier for the generic swap reranker for edge metrics.- See Also:
- Constant Field Values
-
SWAPGRAPHMETRIC
public static final java.lang.String SWAPGRAPHMETRICIdentifier for the generic swap reranker for graph metrics.- See Also:
- Constant Field Values
-
SWAPCOMMMETRIC
public static final java.lang.String SWAPCOMMMETRICIdentifier for the generic swap reranker for community metrics.- See Also:
- Constant Field Values
-
SWAPAVGCOMMMETRIC
public static final java.lang.String SWAPAVGCOMMMETRICIdentifier for the generic swap reranker for individual community metrics.- See Also:
- Constant Field Values
-
-
Constructor Details
-
RerankerIdentifiers
public RerankerIdentifiers()
-
-
Method Details
-
printAlgorithmList
public static void printAlgorithmList()Prints the list of available algorithms
-