Interface ModelPerformance.Builder

    • Method Detail

      • f1Score

        ModelPerformance.Builder f1Score​(Float f1Score)

        The overall F1 score metric for the trained model.

        Parameters:
        f1Score - The overall F1 score metric for the trained model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recall

        ModelPerformance.Builder recall​(Float recall)

        The overall recall metric value for the trained model.

        Parameters:
        recall - The overall recall metric value for the trained model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • precision

        ModelPerformance.Builder precision​(Float precision)

        The overall precision metric value for the trained model.

        Parameters:
        precision - The overall precision metric value for the trained model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.