Interface OFIModelPerformance.Builder

    • Method Detail

      • auc

        OFIModelPerformance.Builder auc​(Float auc)

        The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.

        Parameters:
        auc - The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uncertaintyRange

        OFIModelPerformance.Builder uncertaintyRange​(UncertaintyRange uncertaintyRange)

        Indicates the range of area under curve (auc) expected from the OFI model. A range greater than 0.1 indicates higher model uncertainity.

        Parameters:
        uncertaintyRange - Indicates the range of area under curve (auc) expected from the OFI model. A range greater than 0.1 indicates higher model uncertainity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.