Interface UncertaintyRange.Builder

    • Method Detail

      • 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.