php-ml/tests/Phpml/Classification
Mustafa Karabulut cf222bcce4 Linear classifiers: Perceptron, Adaline, DecisionStump (#50)
* Linear classifiers

* Code formatting to PSR-2

* Added basic test cases for linear classifiers
2017-02-16 23:23:55 +01:00
..
Ensemble Ensemble Classifiers : Bagging and RandomForest (#36) 2017-02-07 12:37:56 +01:00
Linear Linear classifiers: Perceptron, Adaline, DecisionStump (#50) 2017-02-16 23:23:55 +01:00
DecisionTreeTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
KNearestNeighborsTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
NaiveBayesTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
SVCTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00