php-ml/src/Phpml
Mustafa Karabulut c028a73985 AdaBoost improvements (#53)
* AdaBoost improvements

* AdaBoost improvements & test case resolved

* Some coding style fixes
2017-02-28 21:45:18 +01:00
..
Association Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
Classification AdaBoost improvements (#53) 2017-02-28 21:45:18 +01:00
Clustering Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
CrossValidation Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Dataset RandomForest::getFeatureImportances() method (#47) 2017-02-13 21:23:18 +01:00
Exception Update changelog and cs fixes 2017-02-23 20:59:30 +01:00
FeatureExtraction Short syntax for applied operations 2016-12-12 18:34:20 +01:00
Helper Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
Math Check if matrix is singular doing inverse (#49) 2017-02-15 10:09:16 +01:00
Metric Short syntax for applied operations 2016-12-12 18:34:20 +01:00
NeuralNetwork Replace rand with newer versions random_int 2016-12-12 19:09:45 +01:00
Preprocessing Linear classifiers: Perceptron, Adaline, DecisionStump (#50) 2017-02-16 23:23:55 +01:00
Regression Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
SupportVectorMachine Use __DIR__ instead of dirname 2016-12-12 18:45:14 +01:00
Tokenization Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Estimator.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
ModelManager.php Do not requre file to exist for model manager 2017-02-03 17:48:15 +01:00
Pipeline.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Transformer.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00