class BinaryClassificationMetrics extends Collection (View source)

Properties

protected $collection_key
protected $aggregateClassificationMetricsType
protected $aggregateClassificationMetricsDataType
protected $binaryConfusionMatrixListType
protected $binaryConfusionMatrixListDataType
string $negativeLabel
string $positiveLabel

Methods

setAggregateClassificationMetrics(AggregateClassificationMetrics $aggregateClassificationMetrics)

No description

setBinaryConfusionMatrixList($binaryConfusionMatrixList)

No description

setNegativeLabel($negativeLabel)

No description

string
getNegativeLabel()

No description

setPositiveLabel($positiveLabel)

No description

string
getPositiveLabel()

No description

Details

setAggregateClassificationMetrics(AggregateClassificationMetrics $aggregateClassificationMetrics)

No description

Parameters

AggregateClassificationMetrics $aggregateClassificationMetrics

AggregateClassificationMetrics getAggregateClassificationMetrics()

No description

setBinaryConfusionMatrixList($binaryConfusionMatrixList)

No description

Parameters

$binaryConfusionMatrixList

BinaryConfusionMatrix[] getBinaryConfusionMatrixList()

No description

Return Value

BinaryConfusionMatrix[]

setNegativeLabel($negativeLabel)

No description

Parameters

$negativeLabel

string getNegativeLabel()

No description

Return Value

string

setPositiveLabel($positiveLabel)

No description

Parameters

$positiveLabel

string getPositiveLabel()

No description

Return Value

string