| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller.ml |
| Modifier and Type | Field and Description |
|---|---|
protected MachineLearningView |
MachineLearningController.mlView
the corresponding view
|
| Modifier and Type | Method and Description |
|---|---|
MachineLearningView |
MachineLearningController.getMlView()
returns the corresponding model
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveLearningController.learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
abstract void |
MachineLearningController.learn(MachineLearningView view)
the abstract learn function to be implemented by the subclasses
|
void |
BatchLearningController.learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
void |
UnsupervisedLearningController.learn(MachineLearningView view)
Creates a learning task and launches a
TaskProgressView. |
void |
MachineLearningController.setMlView(MachineLearningView mlView)
sets the corresponding view
|
Copyright © 2019. All rights reserved.