| Modifier and Type | Method and Description |
|---|---|
static HybridCache |
HybridCache.getData(File folder,
KBInfo kb)
Method to get Data of the specified endpoint, and cache it to the "cache"
folder in the folder specified.
|
static HybridCache |
HybridCache.getData(KBInfo kb) |
static HybridCache |
HybridCache.getNoPrefixData(File folder,
KBInfo kb)
This method is used by learners which do not have prefix information and
with a specified folder containing the cache folder.
|
static HybridCache |
HybridCache.getNoPrefixData(KBInfo kb)
This method is used by learners which do not have prefix information.
|
| Modifier and Type | Field and Description |
|---|---|
protected KBInfo |
Configuration.sourceInfo |
protected KBInfo |
Configuration.targetInfo |
| Modifier and Type | Method and Description |
|---|---|
KBInfo |
Configuration.getSourceInfo() |
KBInfo |
Configuration.getTargetInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setSourceInfo(KBInfo sourceInfo) |
void |
Configuration.setTargetInfo(KBInfo targetInfo) |
| Constructor and Description |
|---|
Configuration(KBInfo sourceInfo,
KBInfo targetInfo,
String metricExpression,
String acceptanceRelation,
String verificationRelation,
double acceptanceThreshold,
String acceptanceFile,
double verificationThreshold,
String verificationFile,
Map<String,String> prefixes,
String outputFormat,
String executionRewriter,
String executionPlanner,
String executionEngine,
int granularity,
String mlAlgorithmName,
List<LearningParameter> mlParameters,
MLImplementationType mlImplementationType,
String mlTrainingDataFile,
EvaluatorType mlPseudoFMeasure,
long maxOpt,
double k) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLConfigurationReader.processOptionalProperty(KBInfo kbinfo,
String property) |
static void |
XMLConfigurationReader.processProperty(KBInfo kbinfo,
String property) |
static void |
XMLConfigurationReader.setComplexFunction(KBInfo info,
String function) |
| Modifier and Type | Field and Description |
|---|---|
protected KBInfo |
SparqlQueryModule.kb |
| Modifier and Type | Method and Description |
|---|---|
static IQueryModule |
QueryModuleFactory.getQueryModule(String name,
KBInfo kbinfo) |
protected org.aksw.jena_sparql_api.core.QueryExecutionFactory |
ResilientSparqlQueryModule.initQueryExecution(KBInfo kbInfo) |
| Constructor and Description |
|---|
CsvQueryModule(KBInfo kbinfo) |
FileQueryModule(KBInfo kbinfo)
Constructor
|
NoPrefixSparqlQueryModule(KBInfo kbinfo) |
ResilientSparqlQueryModule(KBInfo kbInfo) |
ResilientSparqlQueryModule(KBInfo kbinfo,
org.slf4j.Logger logger,
int retryCount,
int retryDelayInMS,
int requestDelayInMs,
int pageSize,
long timeToLive,
String cacheDirectory) |
SparqlQueryModule(KBInfo kbinfo) |
VectorQueryModule(KBInfo kbinfo)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
KBInfo |
LinkSpecGeneticLearnerConfig.source |
KBInfo |
LinkSpecGeneticLearnerConfig.target |
| Constructor and Description |
|---|
LinkSpecGeneticLearnerConfig(KBInfo KBIsource,
KBInfo KBItarget,
PropertyMapping propMapping)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMapping.setDefault(KBInfo source,
KBInfo target)
Just a littler help function to set default property mapping.
|
Copyright © 2020. All rights reserved.