class BinaryConfusionMatrix extends Model (View source)

Properties

$accuracy
$f1Score
string $falseNegatives
string $falsePositives
$positiveClassThreshold
$precision
$recall
string $trueNegatives
string $truePositives

Methods

setAccuracy($accuracy)

No description

getAccuracy()

No description

setF1Score($f1Score)

No description

getF1Score()

No description

setFalseNegatives($falseNegatives)

No description

string
getFalseNegatives()

No description

setFalsePositives($falsePositives)

No description

string
getFalsePositives()

No description

setPositiveClassThreshold($positiveClassThreshold)

No description

getPositiveClassThreshold()

No description

setPrecision($precision)

No description

getPrecision()

No description

setRecall($recall)

No description

getRecall()

No description

setTrueNegatives($trueNegatives)

No description

string
getTrueNegatives()

No description

setTruePositives($truePositives)

No description

string
getTruePositives()

No description

Details

setAccuracy($accuracy)

No description

Parameters

$accuracy

getAccuracy()

No description

setF1Score($f1Score)

No description

Parameters

$f1Score

getF1Score()

No description

setFalseNegatives($falseNegatives)

No description

Parameters

$falseNegatives

string getFalseNegatives()

No description

Return Value

string

setFalsePositives($falsePositives)

No description

Parameters

$falsePositives

string getFalsePositives()

No description

Return Value

string

setPositiveClassThreshold($positiveClassThreshold)

No description

Parameters

$positiveClassThreshold

getPositiveClassThreshold()

No description

setPrecision($precision)

No description

Parameters

$precision

getPrecision()

No description

setRecall($recall)

No description

Parameters

$recall

getRecall()

No description

setTrueNegatives($trueNegatives)

No description

Parameters

$trueNegatives

string getTrueNegatives()

No description

Return Value

string

setTruePositives($truePositives)

No description

Parameters

$truePositives

string getTruePositives()

No description

Return Value

string