public class ActiveLearningController extends MachineLearningController
MachineLearningView
and the ActiveLearningModel according to the MVC Pattern for the
supervised active learninglogger, mlModel, mlView| Constructor and Description |
|---|
ActiveLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
ActiveLearningModel |
| Modifier and Type | Method and Description |
|---|---|
void |
learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
getMlModel, getMlView, setMLAlgorithmToModel, setMlModel, setMlViewpublic ActiveLearningController(Config config, ACache sourceCache, ACache targetCache, MainController mainController)
ActiveLearningModelconfig - containing informationsourceCache - source informationtargetCache - target informationmainController - mainControllerpublic void learn(MachineLearningView view)
TaskProgressView. The
results are shown in a ActiveLearningResultViewlearn in class MachineLearningControllerview - MachineLearningView to manipulate elements in itCopyright © 2018. All rights reserved.