mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
fa87eca375
### Features * Works only with primitive types int, float, string * Implements set theortic operations union, intersection, complement * Modifies set by adding, removing elements * Implements \IteratorAggregate for use in loops ### Implementation details Based on array functions: * array_diff, * array_merge, * array_intersection, * array_unique, * array_values, * sort. ### Drawbacks * **Do not work with objects.** * Power set and Cartesian product returning array of Set |
||
---|---|---|
.. | ||
Association | ||
Classification | ||
Clustering | ||
CrossValidation | ||
Dataset | ||
Exception | ||
FeatureExtraction | ||
Helper | ||
Math | ||
Metric | ||
NeuralNetwork | ||
Preprocessing | ||
Regression | ||
SupportVectorMachine | ||
Tokenization | ||
Estimator.php | ||
Pipeline.php | ||
Transformer.php |