php-ml/src/Phpml/Metric
Yuji Uchiyama 554c86af68 Choose averaging method in classification report (#205)
* Fix testcases of ClassificationReport

* Fix averaging method in ClassificationReport

* Fix divided by zero if labels are empty

* Fix calculation of f1score

* Add averaging methods (not completed)

* Implement weighted average method

* Extract counts to properties

* Fix default to macro average

* Implement micro average method

* Fix style

* Update docs

* Fix styles
2018-01-29 18:06:21 +01:00
..
Accuracy.php [cs] remove more unused comments (#146) 2017-11-13 11:42:40 +01:00
ClassificationReport.php Choose averaging method in classification report (#205) 2018-01-29 18:06:21 +01:00
ConfusionMatrix.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00