public class BatchLearningController extends MachineLearningController
MachineLearningView
and the BatchLearningModel according to the MVC Pattern for the
supervised batch learninglogger, mlModel, mlView| Constructor and Description |
|---|
BatchLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
BatchLearningModel |
| Modifier and Type | Method and Description |
|---|---|
void |
learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
getMlModel, getMlView, setMLAlgorithmToModel, setMlModel, setMlViewpublic BatchLearningController(Config config, ACache sourceCache, ACache targetCache, MainController mainController)
BatchLearningModelconfig - contains informationsourceCache - sourcetargetCache - targetmainController - mainControllerpublic void learn(MachineLearningView view)
TaskProgressView. The
results are shown in a ResultViewlearn in class MachineLearningControllerview - MachineLearningView to manipulate elements in itCopyright © 2019. All rights reserved.