| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller.ml | |
| org.aksw.limes.core.gui.model.ml |
| Modifier and Type | Field and Description |
|---|---|
protected MachineLearningModel |
MachineLearningController.mlModel
the corresponding model
|
| Modifier and Type | Method and Description |
|---|---|
MachineLearningModel |
MachineLearningController.getMlModel()
returns the corresponding model
|
| Modifier and Type | Method and Description |
|---|---|
void |
MachineLearningController.setMlModel(MachineLearningModel mlModel)
sets the corresponding model
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveLearningModel
this class is responsible for the data handling according to the MVC Pattern
for the supervised active learning
|
class |
BatchLearningModel
this class is responsible for the data handling according to the MVC Pattern
for the supervised batch learning
|
class |
UnsupervisedLearningModel
this class is responsible for the data handling according to the MVC Pattern
for the unsupervised learning
|
Copyright © 2018. All rights reserved.