php-ml/tests/Phpml/Clustering
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
..
DBSCANTest.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
FuzzyCMeansTest.php DecisionTree and Fuzzy C Means classifiers (#35) 2017-01-31 20:27:15 +01:00
KMeansTest.php Use assertCount in tests 2016-12-12 19:31:30 +01:00