php-ml/src
Pol Dellaiera 02dab41830 Provide a new NGramTokenizer with minGram and maxGram support (#350)
* Issue #349: Provide a new NGramTokenizer.

* Issue #349: Add tests.

* Fixes from code review.

* Implement NGramTokenizer with min and max gram support

* Add missing tests for ngram

* Add info about NGramTokenizer to docs and readme

* Add performance test for tokenization
2019-02-15 17:31:10 +01:00
..
Association Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Classification Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Clustering Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
CrossValidation Update dependencies and fix code styles (#334) 2018-12-12 21:56:44 +01:00
Dataset Mnist Dataset (#326) 2018-11-07 08:02:56 +01:00
DimensionReduction Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Exception Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
FeatureExtraction Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
FeatureSelection Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Helper Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Math Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Metric Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
NeuralNetwork Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Preprocessing Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Regression Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
SupportVectorMachine Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Tokenization Provide a new NGramTokenizer with minGram and maxGram support (#350) 2019-02-15 17:31:10 +01:00
Estimator.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
IncrementalEstimator.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
ModelManager.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Pipeline.php Update dependencies and fix code styles (#334) 2018-12-12 21:56:44 +01:00
Transformer.php Implement SelectKBest algo for feature selection 2018-02-14 20:34:53 +01:00