php-ml/tests
Tomáš Votruba 46fa2c2cca Update to EasyCodingStandard 4 (#273)
* update ECS config to v4

* composer: require Symplify 4

* apply coding-standard: use constants over functions, protected setUp() in tests, array indentation

* ecs: add false positive case

* composer: update lock

* bump to ECS 4.4

* update composer.lock

* shorten ECS config name

* ecs: ignore assignments in while()

* fix cs
2018-06-15 07:57:45 +02:00
..
Association Fix apriori keys (#238) 2018-02-22 17:02:55 +01:00
Classification Add DecisionTreeLeaf.getNodeImpurityDecrease test (#261) 2018-03-07 23:16:25 +01:00
Clustering KMeans associative clustering (#262) 2018-03-08 22:27:16 +01:00
CrossValidation Fix 'toSmall' typo (#234) 2018-02-15 18:14:06 +01:00
Dataset Add removeColumns function to ArrayDataset (#249) 2018-03-03 16:04:21 +01:00
DimensionReduction Throw proper exception (#259) 2018-03-06 23:26:36 +01:00
FeatureExtraction Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
FeatureSelection Switch SelectKBest constructor parameters 2018-02-14 20:34:53 +01:00
Helper/Optimizer Add Optimizer tests and remove initialTheta (#252) 2018-03-04 22:44:22 +01:00
Math Update to EasyCodingStandard 4 (#273) 2018-06-15 07:57:45 +02:00
Metric Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
NeuralNetwork Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Performance Add performance test for LeastSquares (#263) 2018-03-10 21:48:16 +01:00
Preprocessing Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
Regression Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
SupportVectorMachine Ensure DataTransformer::testSet samples array is not empty (#204) 2018-02-25 22:56:36 +01:00
Tokenization Update to EasyCodingStandard 4 (#273) 2018-06-15 07:57:45 +02:00
ModelManagerTest.php Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
PipelineTest.php Add SelectKBest docs 2018-02-14 20:34:53 +01:00