The Biocaml Library : Biocaml_roc.negative_predictive_value

let negative_predictive_value cm =
float cm.tn /. float (cm.tn + cm.fn)

AltStyle によって変換されたページ (->オリジナル) /