public class UnsupervisedLearningController extends MachineLearningController
MachineLearningView
and the UnsupervisedLearningModel according to the MVC Pattern for
the unsupervised learninglogger, mlModel, mlView| Constructor and Description |
|---|
UnsupervisedLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
UnsupervisedLearningModel |
| Modifier and Type | Method and Description |
|---|---|
void |
learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
getMlModel, getMlView, setMLAlgorithmToModel, setMlModel, setMlViewpublic UnsupervisedLearningController(Config config, ACache sourceCache, ACache targetCache, MainController mainController)
UnsupervisedLearningModelconfig - 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.