Class BaseClassificationAnnotation

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

public class BaseClassificationAnnotation extends DataAnnotation<BaseClassificationAnnotationType>
  • Constructor Details Link icon

  • Method Details Link icon

    • getScore Link icon

      public double getScore()
      Returns:
      the score
    • setScore Link icon

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

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

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

      public String getMethod()
      Returns:
      the method
    • setMethod Link icon

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

      public String toString()
      Overrides:
      toString in class Object