Contents

hasMinimumRecall(_:forPrecision:)

Determines whether the observation for a specific precision has a minimum recall value.

Declaration

func hasMinimumRecall(_ minimumRecall: Float, forPrecision precision: Float) -> Bool

Parameters

  • minimumRecall:

    The minimum percentage of relevant results that the algorithm correctly classified.

  • precision:

    The percentage of classification results that are relevant.

Return Value

A Boolean indicating whether or not this classification observation provides a minimum percentage of relevant results that meet the desired precision criterion.

See Also

Measuring Confidence and Precision