Uses of Class
org.aksw.limes.core.io.config.KBInfo
-
-
Uses of KBInfo in org.aksw.limes.core.io.cache
Methods in org.aksw.limes.core.io.cache with parameters of type KBInfo Modifier and Type Method Description static HybridCacheHybridCache. 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 HybridCacheHybridCache. getData(KBInfo kb)static HybridCacheHybridCache. 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 HybridCacheHybridCache. getNoPrefixData(KBInfo kb)This method is used by learners which do not have prefix information. -
Uses of KBInfo in org.aksw.limes.core.io.config
Fields in org.aksw.limes.core.io.config declared as KBInfo Modifier and Type Field Description protected KBInfoConfiguration. sourceInfoprotected KBInfoConfiguration. targetInfoMethods in org.aksw.limes.core.io.config that return KBInfo Modifier and Type Method Description KBInfoConfiguration. getSourceInfo()KBInfoConfiguration. getTargetInfo()Methods in org.aksw.limes.core.io.config with parameters of type KBInfo Modifier and Type Method Description voidConfiguration. setSourceInfo(KBInfo sourceInfo)voidConfiguration. setTargetInfo(KBInfo targetInfo)Constructors in org.aksw.limes.core.io.config with parameters of type KBInfo Constructor 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) -
Uses of KBInfo in org.aksw.limes.core.io.config.reader
Methods in org.aksw.limes.core.io.config.reader with parameters of type KBInfo Modifier and Type Method Description static voidAConfigurationReader. replaceURIsWithPrefixes(KBInfo info)This method replaces any URIs used in the kbInfo with their prefixes -
Uses of KBInfo in org.aksw.limes.core.io.config.reader.xml
Methods in org.aksw.limes.core.io.config.reader.xml with parameters of type KBInfo Modifier and Type Method Description static voidXMLConfigurationReader. processOptionalProperty(KBInfo kbinfo, String property)static voidXMLConfigurationReader. processProperty(KBInfo kbinfo, String property)static voidXMLConfigurationReader. setComplexFunction(KBInfo info, String function) -
Uses of KBInfo in org.aksw.limes.core.io.query
Fields in org.aksw.limes.core.io.query declared as KBInfo Modifier and Type Field Description protected KBInfoSparqlQueryModule. kbMethods in org.aksw.limes.core.io.query with parameters of type KBInfo Modifier and Type Method Description static IQueryModuleQueryModuleFactory. getQueryModule(String name, KBInfo kbinfo)protected org.aksw.jenax.arq.connection.core.QueryExecutionFactoryResilientSparqlQueryModule. initQueryExecution(KBInfo kbInfo)Constructors in org.aksw.limes.core.io.query with parameters of type KBInfo Constructor Description CsvQueryModule(KBInfo kbinfo)FileQueryModule(KBInfo kbinfo)ConstructorNoPrefixSparqlQueryModule(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 -
Uses of KBInfo in org.aksw.limes.core.ml.algorithm.eagle.core
Fields in org.aksw.limes.core.ml.algorithm.eagle.core declared as KBInfo Modifier and Type Field Description KBInfoLinkSpecGeneticLearnerConfig. sourceKBInfoLinkSpecGeneticLearnerConfig. targetConstructors in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type KBInfo Constructor Description LinkSpecGeneticLearnerConfig(KBInfo KBIsource, KBInfo KBItarget, PropertyMapping propMapping)Constructor. -
Uses of KBInfo in org.aksw.limes.core.ml.algorithm.eagle.util
Methods in org.aksw.limes.core.ml.algorithm.eagle.util with parameters of type KBInfo Modifier and Type Method Description voidPropertyMapping. setDefault(KBInfo source, KBInfo target)Just a littler help function to set default property mapping.
-