Interface RecommendationAlgorithm

All Superinterfaces:
RecommendationsEntity

@ProviderType public interface RecommendationAlgorithm extends RecommendationsEntity
Abstraction of a Target Recommendation Algorithm
  • Method Details

    • getId

      int getId()
      Uniquely identifies a recommendation algorithm
      Returns:
      value identifying this RecommendationAlgorithm
    • getName

      String getName()
      Get the name of this RecommendationAlgorithm
      Returns:
      a String object containing this algorithm's name
    • getConfiguration

      Get the configuration of this RecommendationAlgorithm
      Returns:
      a RecommendationAlgorithmConfiguration object containing this recommendation's configuration parameters