Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
(no description)
File Size: | 232 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ClassificationReport:: (16 methods):
__construct()
getPrecision()
getRecall()
getF1score()
getSupport()
getAverage()
aggregateClassificationResults()
computeMetrics()
computeAverage()
computeMicroAverage()
computeMacroAverage()
computeWeightedAverage()
computePrecision()
computeRecall()
computeF1Score()
getLabelIndexedArray()
Class: ClassificationReport - X-Ref
__construct(array $actualLabels, array $predictedLabels, int $average = self::MACRO_AVERAGE) X-Ref |
getPrecision() X-Ref |
No description |
getRecall() X-Ref |
No description |
getF1score() X-Ref |
No description |
getSupport() X-Ref |
No description |
getAverage() X-Ref |
No description |
aggregateClassificationResults(array $actualLabels, array $predictedLabels) X-Ref |
No description |
computeMetrics() X-Ref |
No description |
computeAverage(int $average) X-Ref |
No description |
computeMicroAverage() X-Ref |
No description |
computeMacroAverage() X-Ref |
No description |
computeWeightedAverage() X-Ref |
No description |
computePrecision(int $truePositive, int $falsePositive) X-Ref |
return: float|string |
computeRecall(int $truePositive, int $falseNegative) X-Ref |
return: float|string |
computeF1Score(float $precision, float $recall) X-Ref |
No description |
getLabelIndexedArray(array $actualLabels, array $predictedLabels) X-Ref |
No description |