php-ml/src
Yuji Uchiyama add00c6108 Fix apriori keys (#238)
* Add test to check keys of rules

* Reindex after array_filter/array_unique in Apriori
2018-02-22 17:02:55 +01:00
..
Association Fix apriori keys (#238) 2018-02-22 17:02:55 +01:00
Classification Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
Clustering Fix KMeans and EigenvalueDecomposition (#235) 2018-02-18 00:09:24 +01:00
CrossValidation Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Dataset Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
DimensionReduction Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
Exception Fix 'toSmall' typo (#234) 2018-02-15 18:14:06 +01:00
FeatureExtraction Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
FeatureSelection Add SelectKBest docs 2018-02-14 20:34:53 +01:00
Helper Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Math Fix KMeans and EigenvalueDecomposition (#235) 2018-02-18 00:09:24 +01:00
Metric Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
NeuralNetwork Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
Preprocessing Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
Regression Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
SupportVectorMachine Add phpstan strict rules (#233) 2018-02-16 07:25:24 +01:00
Tokenization Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Estimator.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
IncrementalEstimator.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
ModelManager.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Pipeline.php Fix pipeline transformers 2018-02-14 20:34:53 +01:00
Transformer.php Implement SelectKBest algo for feature selection 2018-02-14 20:34:53 +01:00