pub fn confusion_binary(
y_true: &[bool],
y_pred: &[bool],
) -> Option<ConfusionBinary>Expand description
Build the binary confusion matrix from predicted/true boolean labels.
pub fn confusion_binary(
y_true: &[bool],
y_pred: &[bool],
) -> Option<ConfusionBinary>Build the binary confusion matrix from predicted/true boolean labels.