php-ml/src/Classification
Marcin Michalski 2ee0d373eb
Fix static analysis errors from phpstan upgrade to 0.12 (#426)
2020-03-03 18:52:29 +01:00
..
DecisionTree Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Ensemble Update phpstan & easy coding standard (#366) 2019-03-25 14:55:14 +01:00
Linear Fix static analysis errors from phpstan upgrade to 0.12 (#426) 2020-03-03 18:52:29 +01:00
Classifier.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
DecisionTree.php Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
KNearestNeighbors.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
MLPClassifier.php Return labels in MultilayerPerceptron output (#315) 2018-10-15 19:47:42 +02:00
NaiveBayes.php Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
SVC.php Change the default kernel type in SVC to Kernel::RBF (#267) 2018-06-20 23:28:11 +02:00
WeightedClassifier.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00