BinaryClassificationMetrics
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
getAggregateClassificationMetrics()
No description
setBinaryConfusionMatrixList($binaryConfusionMatrixList)
No description
getBinaryConfusionMatrixList()
No description
setNegativeLabel($negativeLabel)
No description
string
getNegativeLabel()
No description
setPositiveLabel($positiveLabel)
No description
string
getPositiveLabel()
No description
Details
setAggregateClassificationMetrics(AggregateClassificationMetrics $aggregateClassificationMetrics)
No description
AggregateClassificationMetrics
getAggregateClassificationMetrics()
No description
setBinaryConfusionMatrixList($binaryConfusionMatrixList)
No description
BinaryConfusionMatrix[]
getBinaryConfusionMatrixList()
No description
setNegativeLabel($negativeLabel)
No description
string
getNegativeLabel()
No description
setPositiveLabel($positiveLabel)
No description
string
getPositiveLabel()
No description