php-ml/src
Ivana Momcilovic af2d732194 KMeans associative clustering (#262)
* KMeans associative clustering added

* fix travis error

* KMeans will return provided keys as point label if they are provided

* fix travis

* fix travis
2018-03-08 22:27:16 +01:00
..
Association Fix apriori keys (#238) 2018-02-22 17:02:55 +01:00
Classification Throw proper exception (#259) 2018-03-06 23:26:36 +01:00
Clustering KMeans associative clustering (#262) 2018-03-08 22:27:16 +01:00
CrossValidation Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +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
Exception Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
FeatureExtraction Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
FeatureSelection Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
Helper Add Optimizer tests and remove initialTheta (#252) 2018-03-04 22:44:22 +01:00
Math Micro optimization for matrix multiplication (#255) 2018-03-08 19:19:09 +01:00
Metric Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
NeuralNetwork Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
Preprocessing Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +01:00
Regression Enhancement: Flatten directory structure (#220) 2018-02-10 12:08:58 +01:00
SupportVectorMachine Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +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 Inline static constructors of exceptions (#250) 2018-03-03 16:03:53 +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