hasPrecisionRecallCurve
A Boolean value that indicates whether the observation contains precision and recall curves.
Declaration
var hasPrecisionRecallCurve: Bool { get }Discussion
If this property is true, then you can call precision and recall-related methods in this observation.
If this property is false, then the precision and recall-related methods don’t return meaningful data.