Update CHANGELOG.md (#269)

This commit is contained in:
Yuji Uchiyama 2018-03-28 14:38:22 +09:00 committed by Arkadiusz Kondas
parent 8b0d12c219
commit 59e69fdb63
1 changed files with 14 additions and 2 deletions

View File

@ -3,6 +3,18 @@ CHANGELOG
This changelog references the relevant changes done in PHP-ML library.
* Unreleased
* feature [Clustering] added KMeans associative clustering (#262)
* feature [Dataset] added removeColumns function to ArrayDataset (#249)
* feature [Dataset] added a SvmDataset class for SVM-Light (or LibSVM) format files (#237)
* feature [Optimizer] removed $initialTheta property and renamed setInitialTheta method to setTheta (#252)
* enhancement Add performance test for LeastSquares (#263)
* enhancement Micro optimization for matrix multiplication (#255)
* enhancement Throw proper exception (#259, #251)
* fix ensure DataTransformer::testSet samples array is not empty (#204)
* fix optimizer initial theta randomization (#239)
* typo, tests, code styles and documentation fixes (#265, #261, #254, #253, #251, #250, #248, #245, #243)
* 0.6.2 (2018-02-22)
* Fix Apriori array keys (#238)