| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Controller.getConfig(org.apache.commons.cli.CommandLine cmd) |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
MLPipeline.execute(ACache source,
ACache target,
Configuration configuration,
String mlAlgorithmName,
MLImplementationType mlImplementationType,
List<LearningParameter> learningParameters,
String trainingDataFile,
EvaluatorType pfmType,
int maxIt,
ActiveLearningOracle oracle) |
static LimesResult |
Controller.getMapping(Configuration config)
Execute LIMES
|
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AConfigurationReader.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AConfigurationReader.getConfiguration() |
abstract Configuration |
AConfigurationReader.read() |
| Modifier and Type | Method and Description |
|---|---|
void |
AConfigurationReader.setConfiguration(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
RDFConfigurationReader.read() |
Configuration |
RDFConfigurationReader.read(org.apache.jena.rdf.model.Model configurationModel) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
XMLConfigurationReader.read()
Returns a filled out configuration object if the input complies to the
LIMES DTD and contains everything needed.
|
Configuration |
XMLConfigurationReader.validateAndRead(InputStream input,
String filePath)
Returns true if the input complies to the LIMES DTD and contains
everything needed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLConfigurationReader.afterPropertiesSet(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFConfigurationWriter.write(Configuration configuration,
String outputFile) |
void |
XMLConfigurationWriter.write(Configuration configuration,
String outputFile) |
void |
IConfigurationWriter.write(Configuration configuration,
String outputFile)
Write the configuration object to outputFile detecting the format from outputFile extension
|
void |
RDFConfigurationWriter.write(Configuration configuration,
String outputFile,
String format) |
void |
XMLConfigurationWriter.write(Configuration configuration,
String outputFile,
String format) |
void |
IConfigurationWriter.write(Configuration configuration,
String outputFile,
String format)
Write the configuration object to outputFile in the given format
|
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
ACoreMLAlgorithm.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ACoreMLAlgorithm.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ACoreMLAlgorithm.setConfiguration(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Dragon.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dragon.setConfiguration(Configuration configuration) |
| Constructor and Description |
|---|
Dragon(Configuration c)
Constructor uses superconstructor, initializes TreeParser object and sets
configuration
|
Copyright © 2020. All rights reserved.