macro_rules! Confusionmatrix {
($true_positive:expr, $true_negative:expr, $false_positive:expr, $false_negative:expr) => { ... };
}
macro_rules! Confusionmatrix {
($true_positive:expr, $true_negative:expr, $false_positive:expr, $false_negative:expr) => { ... };
}