class XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry extends Model (View source)

Properties

float $confidenceThreshold
protected $confusionMatrixType
protected $confusionMatrixDataType
float $diceScoreCoefficient
float $iouScore
float $precision
float $recall

Methods

setConfidenceThreshold($confidenceThreshold)

No description

float
getConfidenceThreshold()

No description

setConfusionMatrix(XPSConfusionMatrix $confusionMatrix)

No description

setDiceScoreCoefficient($diceScoreCoefficient)

No description

float
getDiceScoreCoefficient()

No description

setIouScore($iouScore)

No description

float
getIouScore()

No description

setPrecision($precision)

No description

float
getPrecision()

No description

setRecall($recall)

No description

float
getRecall()

No description

Details

setConfidenceThreshold($confidenceThreshold)

No description

Parameters

$confidenceThreshold

float getConfidenceThreshold()

No description

Return Value

float

setConfusionMatrix(XPSConfusionMatrix $confusionMatrix)

No description

Parameters

XPSConfusionMatrix $confusionMatrix

XPSConfusionMatrix getConfusionMatrix()

No description

Return Value

XPSConfusionMatrix

setDiceScoreCoefficient($diceScoreCoefficient)

No description

Parameters

$diceScoreCoefficient

float getDiceScoreCoefficient()

No description

Return Value

float

setIouScore($iouScore)

No description

Parameters

$iouScore

float getIouScore()

No description

Return Value

float

setPrecision($precision)

No description

Parameters

$precision

float getPrecision()

No description

Return Value

float

setRecall($recall)

No description

Parameters

$recall

float getRecall()

No description

Return Value

float