public class ActiveLearningResultController extends Object
ActiveLearningResultView| Constructor and Description |
|---|
ActiveLearningResultController(ActiveLearningResultView v,
Config c,
ActiveLearningModel m)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
learnButtonPressed()
Starts a new active learning process as a thread
|
void |
setCurrentConfig(Config c)
Sets the Config
|
void |
showProperties(ActiveLearningResult item)
shows the properties of matched instances
|
public ActiveLearningResultController(ActiveLearningResultView v, Config c, ActiveLearningModel m)
v - viewc - configm - modelpublic void setCurrentConfig(Config c)
c - Config of LIMES-querypublic void showProperties(ActiveLearningResult item)
item - the clicked matched instances of the ActiveLearningResultViewpublic void learnButtonPressed()
Copyright © 2018. All rights reserved.