getLearningScore

The getLearningScore method returns the score for this treatment.

Return value

The getLearningScore method returns an integer that defines the score determined by the learning algorithm. The precedence as follows.
  1. Return the override value, if present in Override values map keyed by IScoreoveride.PREDICATE_SCORE_COLUMN.
  2. Return predicate score if the value is not null.
  3. Return the marketers score, if present in Override values map keyed by IScoreoveride.SCORE.
  4. Return the marketers score.