BinaryClassificationResult#

class rojak.turbulence.metrics.BinaryClassificationResult(false_positives, true_positives, thresholds)[source]#

Bases: NamedTuple

Create new instance of BinaryClassificationResult(false_positives, true_positives, thresholds)

Parameters:
__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

false_positives

Alias for field number 0

thresholds

Alias for field number 2

true_positives

Alias for field number 1