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.StringALTOUTERSCEDGEGINIIdentifier for an alternative swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.StringALTSCEDGEGINIIdentifier for an alternative swap reranker promoting the semi-complete community edge Gini complement.static java.lang.StringAVGEMBEDDEDNESSIdentifier for the swap reranker promoting average embeddedness.static java.lang.StringAVGWEAKNESSIdentifier for the swap reranker promoting average weakness.static java.lang.StringCDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement.static java.lang.StringCEDGEGINIIdentifier for the swap reranker promoting the complete community edge Gini complement.static java.lang.StringCLUSTCOEFIdentifier for the swap reranker promoting clustering coefficient.static java.lang.StringCLUSTCOEFCOMPLIdentifier for the swap reranker promoting clustering coefficient complement.static java.lang.StringDEGREEGINICOMPLIdentifier for the swap reranker promoting degree Gini complement.static java.lang.StringHEURISTICAVGEMBEDDEDNESSIdentifier for the swap reranker promoting average embeddedness with heuristics.static java.lang.StringHEURISTICAVGWEAKNESSIdentifier for the swap reranker promoting average weakness with heuristics.static java.lang.StringICDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement.static java.lang.StringICEDGEGINIIdentifier for the swap reranker promoting the inter-community edge Gini complement.static java.lang.StringLOCALAVGCOMMMETRICIdentifier for the local reranker promoting an individual community metric.static java.lang.StringLOCALCOMMMETRICIdentifier for the local reranker promoting a community metric.static java.lang.StringLOCALEDGEMETRICIdentifier for the local reranker promoting an edge metric.static java.lang.StringLOCALGRAPHMETRICIdentifier for the local reranker promoting a graph metric.static java.lang.StringLOCALUSERMETRICIdentifier for the local reranker promoting a user metric.static java.lang.StringOUTERCDEGREEGINIIdentifier for the swap reranker promoting complete community degree Gini, forcing edges out of the community.static java.lang.StringOUTERCEDGEGINIIdentifier for the swap reranker promoting the complete community edge Gini complement, forcing edges out of the community.static java.lang.StringOUTERICDEGREEGINIIdentifier for the swap reranker promoting inter-community degree Gini complement, forcing edges out of the community.static java.lang.StringOUTERICEDGEGINIIdentifier for the swap reranker promoting the inter-community edge Gini complement, forcing edges out of the community.static java.lang.StringOUTERSCEDGEGINIIdentifier for the swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.StringOUTERSNCDEGREEGINIIdentifier for the swap reranker promoting the size-normalized complete community degree Gini complement, forcing edges out of the community.static java.lang.StringOUTERSNCEDGEGINIIdentifier for the size-normalized complete community edge Gini complement, forcing edges out of the community.static java.lang.StringOUTERSNICDEGREEGINIIdentifier for the swap reranker promoting size-normalized inter-community degree Gini complement, forcing edges out of the community.static java.lang.StringOUTERSNICEDGEGINIIdentifier for the size-normalized inter-community edge Gini complement, forcing edges out of the community.static java.lang.StringOUTERSNSCEDGEGINIIdentifier for the size-normalized semi-complete community edge Gini complement, forcing edges out of the community.static java.lang.StringRANDOMIdentifier for the random reranker.static java.lang.StringSCEDGEGINIIdentifier for the swap reranker promoting the semi-complete community edge Gini complement.static java.lang.StringSNCDEGREEGINIIdentifier for the swap reranker promoting the size-normalized complete community degree Gini complement.static java.lang.StringSNCEDGEGINIIdentifier for the size-normalized complete community edge Gini complement.static java.lang.StringSNICDEGREEGINIIdentifier for the swap reranker promoting size-normalized inter-community degree Gini complement.static java.lang.StringSNICEDGEGINIIdentifier for the size-normalized inter-community edge Gini complement.static java.lang.StringSNSCEDGEGINIIdentifier for the size-normalized semi-complete community edge Gini complement.static java.lang.StringSTRONGTIESIdentifier for the reranker incrementing the number of strong ties.static java.lang.StringSWAPAVGCOMMMETRICIdentifier for the generic swap reranker for individual community metrics.static java.lang.StringSWAPCOMMMETRICIdentifier for the generic swap reranker for community metrics.static java.lang.StringSWAPEDGEMETRICIdentifier for the generic swap reranker for edge metrics.static java.lang.StringSWAPGRAPHMETRICIdentifier for the generic swap reranker for graph metrics.static java.lang.StringSWAPUSERMETRICIdentifier for the generic swap reranker for user metrics.static java.lang.StringWEAKTIESIdentifier for the reranker incrementing the number of weak ties. -
Constructor Summary
Constructors Constructor Description RerankerIdentifiers() -
Method Summary
Modifier and Type Method Description static voidprintAlgorithmList()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
-