php-ml/src/Phpml
Mustafa Karabulut 5b373fa7c2 Linear Discrimant Analysis (LDA) (#82)
* Linear Discrimant Analysis (LDA)

* LDA test file

* Matrix inverse via LUDecomposition

* LUDecomposition inverse() and det() applied

* Readme update for LDA
2017-04-25 08:58:02 +02:00
..
Association Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
Classification cs fixer 2017-04-19 22:28:07 +02:00
Clustering Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
CrossValidation Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Dataset Add delimiter option for CsvDataset (#66) 2017-03-29 12:58:12 +02:00
DimensionReduction Linear Discrimant Analysis (LDA) (#82) 2017-04-25 08:58:02 +02:00
Exception Linear algebra operations, Dimensionality reduction and some other minor changes (#81) 2017-04-23 09:03:30 +02:00
FeatureExtraction Short syntax for applied operations 2016-12-12 18:34:20 +01:00
Helper cs fixer 2017-04-19 22:28:07 +02:00
Math Linear Discrimant Analysis (LDA) (#82) 2017-04-25 08:58:02 +02: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 Fix division by 0 error during normalization (#83) 2017-04-24 11:47:30 +02:00
Regression Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
SupportVectorMachine cs fixer 2017-04-19 22:28:07 +02: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
IncrementalEstimator.php cs fixer 2017-04-19 22:28:07 +02:00
ModelManager.php Do not requre file to exist for model manager 2017-02-03 17:48:15 +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