MDL-59265 mlbackend: Splitting up predictor interface in 2

This commit is contained in:
David Monllao
2017-08-25 13:50:34 +02:00
parent 5c5cb3ee15
commit 381c670894
5 changed files with 140 additions and 67 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ defined('MOODLE_INTERNAL') || die();
* @copyright 2016 David Monllao {@link http://www.davidmonllao.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class processor implements \core_analytics\predictor {
class processor implements \core_analytics\classifier, \core_analytics\regressor {
/**
* The required version of the python package that performs all calculations.