php-ml/tests/Phpml/Classification
David Monllaó 8f122fde90 Persistence class to save and restore models (#37)
* Models manager with save/restore capabilities

* Refactoring dataset exceptions

* Persistency layer docs

* New tests for serializable estimators

* ModelManager static methods to instance methods
2017-02-02 09:03:09 +01:00
..
DecisionTreeTest.php Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
KNearestNeighborsTest.php Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
NaiveBayesTest.php Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
SVCTest.php Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00