CostBenefitMatrix.
__init__
Create instance of CostBenefitMatrix.
true_positive (float) – Cost associated with true positive predictions
true_negative (float) – Cost associated with true negative predictions
false_positive (float) – Cost associated with false positive predictions
false_negative (float) – Cost associated with false negative predictions