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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RANDOM

      public static final java.lang.String RANDOM
      Identifier for the random reranker.
      See Also:
      Constant Field Values
    • WEAKTIES

      public static final java.lang.String WEAKTIES
      Identifier for the reranker incrementing the number of weak ties.
      See Also:
      Constant Field Values
    • STRONGTIES

      public static final java.lang.String STRONGTIES
      Identifier for the reranker incrementing the number of strong ties.
      See Also:
      Constant Field Values
    • LOCALUSERMETRIC

      public static final java.lang.String LOCALUSERMETRIC
      Identifier for the local reranker promoting a user metric.
      See Also:
      Constant Field Values
    • LOCALEDGEMETRIC

      public static final java.lang.String LOCALEDGEMETRIC
      Identifier for the local reranker promoting an edge metric.
      See Also:
      Constant Field Values
    • LOCALGRAPHMETRIC

      public static final java.lang.String LOCALGRAPHMETRIC
      Identifier for the local reranker promoting a graph metric.
      See Also:
      Constant Field Values
    • LOCALCOMMMETRIC

      public static final java.lang.String LOCALCOMMMETRIC
      Identifier for the local reranker promoting a community metric.
      See Also:
      Constant Field Values
    • LOCALAVGCOMMMETRIC

      public static final java.lang.String LOCALAVGCOMMMETRIC
      Identifier for the local reranker promoting an individual community metric.
      See Also:
      Constant Field Values
    • CLUSTCOEF

      public static final java.lang.String CLUSTCOEF
      Identifier for the swap reranker promoting clustering coefficient.
      See Also:
      Constant Field Values
    • CLUSTCOEFCOMPL

      public static final java.lang.String CLUSTCOEFCOMPL
      Identifier for the swap reranker promoting clustering coefficient complement.
      See Also:
      Constant Field Values
    • DEGREEGINICOMPL

      public static final java.lang.String DEGREEGINICOMPL
      Identifier for the swap reranker promoting degree Gini complement.
      See Also:
      Constant Field Values
    • AVGEMBEDDEDNESS

      public static final java.lang.String AVGEMBEDDEDNESS
      Identifier for the swap reranker promoting average embeddedness.
      See Also:
      Constant Field Values
    • AVGWEAKNESS

      public static final java.lang.String AVGWEAKNESS
      Identifier for the swap reranker promoting average weakness.
      See Also:
      Constant Field Values
    • HEURISTICAVGEMBEDDEDNESS

      public static final java.lang.String HEURISTICAVGEMBEDDEDNESS
      Identifier for the swap reranker promoting average embeddedness with heuristics.
      See Also:
      Constant Field Values
    • HEURISTICAVGWEAKNESS

      public static final java.lang.String HEURISTICAVGWEAKNESS
      Identifier for the swap reranker promoting average weakness with heuristics.
      See Also:
      Constant Field Values
    • ICDEGREEGINI

      public static final java.lang.String ICDEGREEGINI
      Identifier for the swap reranker promoting inter-community degree Gini complement.
      See Also:
      Constant Field Values
    • OUTERICDEGREEGINI

      public static final java.lang.String OUTERICDEGREEGINI
      Identifier 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 CDEGREEGINI
      Identifier for the swap reranker promoting inter-community degree Gini complement.
      See Also:
      Constant Field Values
    • OUTERCDEGREEGINI

      public static final java.lang.String OUTERCDEGREEGINI
      Identifier 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 SNICDEGREEGINI
      Identifier for the swap reranker promoting size-normalized inter-community degree Gini complement.
      See Also:
      Constant Field Values
    • OUTERSNICDEGREEGINI

      public static final java.lang.String OUTERSNICDEGREEGINI
      Identifier 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 SNCDEGREEGINI
      Identifier 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 OUTERSNCDEGREEGINI
      Identifier 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 ICEDGEGINI
      Identifier for the swap reranker promoting the inter-community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERICEDGEGINI

      public static final java.lang.String OUTERICEDGEGINI
      Identifier 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 SCEDGEGINI
      Identifier for the swap reranker promoting the semi-complete community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERSCEDGEGINI

      public static final java.lang.String OUTERSCEDGEGINI
      Identifier 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 CEDGEGINI
      Identifier for the swap reranker promoting the complete community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERCEDGEGINI

      public static final java.lang.String OUTERCEDGEGINI
      Identifier 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 ALTSCEDGEGINI
      Identifier 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 SNICEDGEGINI
      Identifier for the size-normalized inter-community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERSNICEDGEGINI

      public static final java.lang.String OUTERSNICEDGEGINI
      Identifier 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 SNSCEDGEGINI
      Identifier for the size-normalized semi-complete community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERSNSCEDGEGINI

      public static final java.lang.String OUTERSNSCEDGEGINI
      Identifier 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 SNCEDGEGINI
      Identifier for the size-normalized complete community edge Gini complement.
      See Also:
      Constant Field Values
    • OUTERSNCEDGEGINI

      public static final java.lang.String OUTERSNCEDGEGINI
      Identifier 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 ALTOUTERSCEDGEGINI
      Identifier 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 SWAPUSERMETRIC
      Identifier for the generic swap reranker for user metrics.
      See Also:
      Constant Field Values
    • SWAPEDGEMETRIC

      public static final java.lang.String SWAPEDGEMETRIC
      Identifier for the generic swap reranker for edge metrics.
      See Also:
      Constant Field Values
    • SWAPGRAPHMETRIC

      public static final java.lang.String SWAPGRAPHMETRIC
      Identifier for the generic swap reranker for graph metrics.
      See Also:
      Constant Field Values
    • SWAPCOMMMETRIC

      public static final java.lang.String SWAPCOMMMETRIC
      Identifier for the generic swap reranker for community metrics.
      See Also:
      Constant Field Values
    • SWAPAVGCOMMMETRIC

      public static final java.lang.String SWAPAVGCOMMMETRIC
      Identifier for the generic swap reranker for individual community metrics.
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details

    • printAlgorithmList

      public static void printAlgorithmList()
      Prints the list of available algorithms