| Modifier and Type | Method and Description |
|---|---|
Config |
EditPropertyMatchingController.getConfig() |
Config |
GraphBuildController.getConfig() |
Config |
EditClassMatchingController.getConfig() |
Config |
MainController.getCurrentConfig()
returns the currentConfig
|
Config |
ResultController.getCurrentConfig()
returns current config
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBuildController.setConfig(Config currentConfig)
Set currentConfig
|
void |
MainController.setCurrentConfig(Config currentConfig)
sets a config and updates the view accordingly
|
void |
ResultController.setCurrentConfig(Config currentConfig)
sets current config
|
| Constructor and Description |
|---|
EditPropertyMatchingController(Config config,
EditPropertyMatchingView view)
constructor initializes object variables and sets this controller to the
corresponding view
|
GraphBuildController(Config currentConfig,
GraphBuildView view,
ToolBox toolbox)
Constructor
|
ResultController(ResultView view,
Config config)
Constructor
|
ResultController(ResultView view,
Config config,
MainController mainController) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveLearningResultController.setCurrentConfig(Config c)
Sets the Config
|
| Constructor and Description |
|---|
ActiveLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
ActiveLearningModel |
ActiveLearningResultController(ActiveLearningResultView v,
Config c,
ActiveLearningModel m)
Constructor
|
BatchLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
BatchLearningModel |
UnsupervisedLearningController(Config config,
ACache sourceCache,
ACache targetCache,
MainController mainController)
Constructor creates the according
UnsupervisedLearningModel |
| Modifier and Type | Method and Description |
|---|---|
static Config |
Config.loadFromFile(File file)
loads the linkspec from file
|
| Constructor and Description |
|---|
Endpoint(KBInfo info,
Config config)
constructor
|
GetClassesTask(KBInfo info,
org.apache.jena.rdf.model.Model model,
TaskProgressView view,
Config config)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Output |
MetricParser.parse(String s,
String sourceVar,
Config c)
Parses String to Metric
|
protected static Node |
MetricParser.parsePart(Node parent,
String s,
String sourceVar,
int pos,
Config c)
Parses Node from String
|
| Modifier and Type | Field and Description |
|---|---|
protected Config |
MachineLearningModel.config
configuration
|
| Modifier and Type | Method and Description |
|---|---|
Config |
MachineLearningModel.getConfig()
return config
|
| Modifier and Type | Method and Description |
|---|---|
void |
MachineLearningModel.setConfig(Config config)
set config
|
| Constructor and Description |
|---|
ActiveLearningModel(Config config,
ACache sourceCache,
ACache targetCache)
constructor
|
BatchLearningModel(Config config,
ACache sourceCache,
ACache targetCache)
constructor
|
MachineLearningModel(Config config,
ACache sourceCache,
ACache targetCache)
constructor
|
UnsupervisedLearningModel(Config config,
ACache sourceCache,
ACache targetCache)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
SPARQLHelper.rootClassesUncached(String endpoint,
String graph,
org.apache.jena.rdf.model.Model model,
Config config)
returns the root classes of a SPARQL endpoint's ontology ({owl:Thing}
normally).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolBox.showLoadedConfig(Config config)
Called on changing of the Source and Target Properties
|
| Constructor and Description |
|---|
ResultView(Config config)
Constructor
|
ResultView(Config config,
LinkSpecification learnedLS,
MainController mainController) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBuildView.setCurrentConfig(Config config)
Set Current Config model
|
| Constructor and Description |
|---|
GraphBuildView(Config currentConfig,
ToolBox toolbox)
Constructor initializes nodeList and adds a new output node.
|
| Constructor and Description |
|---|
ActiveLearningResultView(Config c,
ActiveLearningModel m,
MainController mainController)
Default constructor builds the view
|
MLPropertyMatchingView(Config config,
LearningParameter param,
ToolBox tb)
Constructor sets the parameters, creates the view and adds listeners
|
Copyright © 2019. All rights reserved.