php-ml/src/Phpml
Yuji Uchiyama ec091b5ea3 Support probability estimation in SVC (#218)
* Add test for svm model with probability estimation

* Extract buildPredictCommand method

* Fix test to use PHP_EOL

* Add predictProbability method (not completed)

* Add test for DataTransformer::predictions

* Fix SVM to use PHP_EOL

* Support probability estimation in SVM

* Add documentation

* Add InvalidOperationException class

* Throw InvalidOperationException before executing libsvm if probability estimation is not supported
2018-02-06 20:39:25 +01:00
..
Association Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
Classification Fix string representation of integer labels issue in NaiveBayes (#206) 2018-01-31 21:44:44 +01:00
Clustering Rewrite DBSCAN (#185) 2018-01-09 10:53:02 +01:00
CrossValidation Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Dataset Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
DimensionReduction Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
Exception Support probability estimation in SVC (#218) 2018-02-06 20:39:25 +01:00
FeatureExtraction Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
Helper Fix the implementation of conjugate gradient method (#184) 2018-01-12 10:53:43 +01:00
Math Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
Metric Choose averaging method in classification report (#205) 2018-01-29 18:06:21 +01:00
NeuralNetwork Configure an Activation Function per hidden layer (#208) 2018-02-01 23:15:36 +01:00
Preprocessing Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
Regression Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
SupportVectorMachine Support probability estimation in SVC (#218) 2018-02-06 20:39:25 +01:00
Tokenization Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Estimator.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
IncrementalEstimator.php Code Style (#86) 2017-05-17 09:03:25 +02:00
ModelManager.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Pipeline.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Transformer.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00