Struct eval_metrics::classification::PrPoint
source ·
[−]pub struct PrPoint<T: Scalar> {
pub precision: T,
pub recall: T,
pub threshold: T,
}Expand description
Represents a single point along a precision-recall curve
Fields
precision: TPrecision value
recall: TRecall value
threshold: TScore threshold
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for PrPoint<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for PrPoint<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
