php-ml/tests/Phpml/Classification
Yuji Uchiyama c4f58f7f6f Fix logistic regression implementation (#169)
* Fix target value of LogisticRegression

* Fix probability calculation in LogisticRegression

* Change the default cost function to log-likelihood

* Remove redundant round function

* Fix for coding standard
2017-12-05 12:03:55 +01:00
..
DecisionTree Upgrade to PHP 7.1 (#150) 2017-11-14 21:21:23 +01:00
Ensemble Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Linear Fix logistic regression implementation (#169) 2017-12-05 12:03:55 +01:00
DecisionTreeTest.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
KNearestNeighborsTest.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
MLPClassifierTest.php Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
NaiveBayesTest.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
SVCTest.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00