Interface EvaluationMetric.Builder

  • Method Details

    • f1Score

      EvaluationMetric.Builder f1Score(Float f1Score)

      The F1 score for an adapter version.

      Parameters:
      f1Score - The F1 score for an adapter version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • precision

      EvaluationMetric.Builder precision(Float precision)

      The Precision score for an adapter version.

      Parameters:
      precision - The Precision score for an adapter version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recall

      The Recall score for an adapter version.

      Parameters:
      recall - The Recall score for an adapter version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.