Class BaseClassificationAnnotation

java.lang.Object
annotation.DataAnnotation<BaseClassificationAnnotationType>
annotation.classifier.BaseClassificationAnnotation

public class BaseClassificationAnnotation extends DataAnnotation<BaseClassificationAnnotationType>
  • Constructor Details

  • Method Details

    • getScore

      public double getScore()
      Returns:
      the score
    • setScore

      public void setScore(double score)
      Parameters:
      score - the score to set
    • getLabel

      public String getLabel()
      Returns:
      the label assigned to the call
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - of the classification
    • getMethod

      public String getMethod()
      Returns:
      the method
    • setMethod

      public void setMethod(String method)
      Parameters:
      method - the method to set
    • toString

      public String toString()
      Overrides:
      toString in class Object