php-ml/src/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 Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Dataset Use __DIR__ instead of dirname 2016-12-12 18:45:14 +01:00
Exception Fix docblock 2016-12-12 18:50:27 +01:00
FeatureExtraction Short syntax for applied operations 2016-12-12 18:34:20 +01:00
Helper Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Math Short syntax for applied operations 2016-12-12 18:34:20 +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 Short syntax for applied operations 2016-12-12 18:34:20 +01:00
Regression Fixes after new php-cs-fixer v2.0 2016-12-12 18:11:57 +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
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