php-ml/tests/Phpml
Mustafa Karabulut 87396ebe58 DecisionTree and Fuzzy C Means classifiers (#35)
* Fuzzy C-Means implementation

* Update FuzzyCMeans

* Rename FuzzyCMeans to FuzzyCMeans.php

* Update NaiveBayes.php

* Small fix applied to improve training performance

array_unique is replaced with array_count_values+array_keys which is way
faster

* Revert "Small fix applied to improve training performance"

This reverts commit c20253f16ac3e8c37d33ecaee28a87cc767e3b7f.

* Revert "Revert "Small fix applied to improve training performance""

This reverts commit ea10e136c4c11b71609ccdcaf9999067e4be473e.

* Revert "Small fix applied to improve training performance"

This reverts commit c20253f16ac3e8c37d33ecaee28a87cc767e3b7f.

* DecisionTree

* FCM Test

* FCM Test

* DecisionTree Test
2017-01-31 20:27:15 +01:00
..
Association Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Classification DecisionTree and Fuzzy C Means classifiers (#35) 2017-01-31 20:27:15 +01:00
Clustering DecisionTree and Fuzzy C Means classifiers (#35) 2017-01-31 20:27:15 +01:00
CrossValidation Use assertCount in tests 2016-12-12 19:31:30 +01:00
Dataset Use assertCount in tests 2016-12-12 19:31:30 +01:00
FeatureExtraction Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Math Use assertCount in tests 2016-12-12 19:31:30 +01:00
Metric Fix for php7.1 accuracy test score 2016-12-12 19:28:26 +01:00
NeuralNetwork Increase iterations number in Backpropagation test (sometimes it fails) 2016-11-20 22:56:18 +01:00
Preprocessing Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Regression Update php-cs-fixer 2016-11-20 22:53:17 +01:00
SupportVectorMachine Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Tokenization Update php-cs-fixer 2016-11-20 22:53:17 +01:00
PipelineTest.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00