BinaryClassificationResult#
- class rojak.turbulence.metrics.BinaryClassificationResult(false_positives, true_positives, thresholds)[source]#
Bases:
NamedTupleCreate new instance of BinaryClassificationResult(false_positives, true_positives, thresholds)
- __init__()#
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
false_positivesAlias for field number 0
thresholdsAlias for field number 2
true_positivesAlias for field number 1