The CohortScore class associates a speaker with a scalar raw score.
See Also: Score
Returns the speaker for the score.
getScore()
public CohortScore(String Cohort, double ScalarScore)
Constructs a new CohortScore.
public CohortScore(double ScalarScore)
Constructs an anonymous CohortScore. An engine may choose to keep a cohort score anonymous for security purposes. Also, a cohort may not be in the speaker list (perhaps the engine shipped with several models to serve as cohorts), and therefore has no name.
public String getCohort()
Returns the speaker for the score. This can be null if the score is anonymous.
public double getScore()
Returns the score.