| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller.ml | |
| org.aksw.limes.core.gui.view.ml |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveLearningController
This class handles the interaction between the
MachineLearningView
and the ActiveLearningModel according to the MVC Pattern for the
supervised active learning |
class |
BatchLearningController
This class handles the interaction between the
MachineLearningView
and the BatchLearningModel according to the MVC Pattern for the
supervised batch learning |
class |
UnsupervisedLearningController
This class handles the interaction between the
MachineLearningView
and the UnsupervisedLearningModel according to the MVC Pattern for
the unsupervised learning |
| Modifier and Type | Field and Description |
|---|---|
protected MachineLearningController |
MachineLearningView.mlController
corresponding controller
|
| Constructor and Description |
|---|
MachineLearningView(MainView mainView,
MachineLearningController mlController,
MLImplementationType type)
default constructor setting the variables and creating the view by
calling
MachineLearningView.createMLAlgorithmsRootPane() |
Copyright © 2018. All rights reserved.