Interface UncertaintyRange.Builder

  • Method Details

    • lowerBoundValue

      UncertaintyRange.Builder lowerBoundValue(Float lowerBoundValue)

      The lower bound value of the area under curve (auc).

      Parameters:
      lowerBoundValue - The lower bound value of the area under curve (auc).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upperBoundValue

      UncertaintyRange.Builder upperBoundValue(Float upperBoundValue)

      The upper bound value of the area under curve (auc).

      Parameters:
      upperBoundValue - The upper bound value of the area under curve (auc).
      Returns:
      Returns a reference to this object so that method calls can be chained together.