Uses of Class
org.aksw.limes.core.io.cache.ACache
-
-
Uses of ACache in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller with parameters of type ACache Modifier and Type Method Description static AMappingLSPipeline. execute(ACache sourceCache, ACache targetCache, String metricExpression, double threshold, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType, long maxOpt, double k)Execute a LS given a string metric expression and a double threshold, generating a mapping.static AMappingLSPipeline. execute(ACache sourceCache, ACache targetCache, LinkSpecification ls)Execute a given LS with default rewriter, planner and execution engine, generating a mapping.static AMappingLSPipeline. execute(ACache sourceCache, ACache targetCache, LinkSpecification ls, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType, long maxOpt, double k)Execute a given LS, generating a mapping.static AMappingMLPipeline. execute(ACache source, ACache target, Configuration configuration, String mlAlgorithmName, MLImplementationType mlImplementationType, List<LearningParameter> learningParameters, String trainingDataFile, EvaluatorType pfmType, int maxIt, ActiveLearningOracle oracle)Constructors in org.aksw.limes.core.controller with parameters of type ACache Constructor Description ActiveLearningExamples(AMapping exampleMap, ACache sourceCache, ACache targetCache)LimesResult(AMapping verificationMapping, AMapping acceptanceMapping, ACache sourceCache, ACache targetCache, long runTime)Constructor -
Uses of ACache in org.aksw.limes.core.datastrutures
Fields in org.aksw.limes.core.datastrutures declared as ACache Modifier and Type Field Description ACacheTaskData. sourceThe source data to be used by the machine learning algorithmACacheTaskData. targetThe target data to be used by the machine learning algorithmConstructors in org.aksw.limes.core.datastrutures with parameters of type ACache Constructor Description GoldStandard(AMapping reference, ACache sourceUris, ACache targetUris)TaskData(GoldStandard goldStandard, ACache source, ACache target)TaskData(GoldStandard goldStandard, ACache source, ACache target, EvaluationData evalData)TaskData(GoldStandard goldStandard, AMapping mapping, ACache source, ACache target) -
Uses of ACache in org.aksw.limes.core.evaluation.evaluationDataLoader
Methods in org.aksw.limes.core.evaluation.evaluationDataLoader that return ACache Modifier and Type Method Description ACacheEvaluationData. getSourceCache()ACacheEvaluationData. getTargetCache()static ACacheExperiment. readOAEIFile(String file, String token)Methods in org.aksw.limes.core.evaluation.evaluationDataLoader with parameters of type ACache Modifier and Type Method Description static AMappingDataSetChooser. fixReferenceMap(AMapping original, ACache sC, ACache tC)Method to remove mapping which corresponding instance doesn't exist.voidEvaluationData. setSourceCache(ACache sourceCache)voidEvaluationData. setTargetCache(ACache targetCache) -
Uses of ACache in org.aksw.limes.core.evaluation.evaluator
Fields in org.aksw.limes.core.evaluation.evaluator declared as ACache Modifier and Type Field Description ACacheFoldData. sourceCacheACacheFoldData. targetCacheMethods in org.aksw.limes.core.evaluation.evaluator that return ACache Modifier and Type Method Description ACacheEvaluator. cacheUnion(ACache a, ACache b)Methods in org.aksw.limes.core.evaluation.evaluator with parameters of type ACache Modifier and Type Method Description ACacheEvaluator. cacheUnion(ACache a, ACache b)List<AMapping>Evaluator. generateMappingFolds(AMapping refMap, ACache source, ACache target, int foldNumber, boolean withNegativeExamples)static StringEvaluator. getRandomTargetInstance(ACache source, ACache target, List<String> values, Random random, HashMap<String,HashMap<String,Double>> refMap, String sourceInstance, int previousRandom)Constructors in org.aksw.limes.core.evaluation.evaluator with parameters of type ACache Constructor Description FoldData(AMapping map, ACache sourceCache, ACache targetCache) -
Uses of ACache in org.aksw.limes.core.execution.engine
Fields in org.aksw.limes.core.execution.engine declared as ACache Modifier and Type Field Description protected ACacheExecutionEngine. sourceSource cache.protected ACacheExecutionEngine. targetTarget cache.Methods in org.aksw.limes.core.execution.engine with parameters of type ACache Modifier and Type Method Description static ExecutionEngineExecutionEngineFactory. getEngine(ExecutionEngineFactory.ExecutionEngineType type, ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Factory function for retrieving the desired execution engine instance.Constructors in org.aksw.limes.core.execution.engine with parameters of type ACache Constructor Description ExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar)Constructor for an execution engine.ExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Constructor for an execution engine.ParallelExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Constructor for a parallel execution engine.SimpleExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar)Constructor for a simple execution engine.SimpleExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Constructor for a simple execution engine. -
Uses of ACache in org.aksw.limes.core.execution.engine.filter
Methods in org.aksw.limes.core.execution.engine.filter with parameters of type ACache Modifier and Type Method Description AMappingIFilter. filter(AMapping map, String condition, double threshold, double mainThreshold, ACache source, ACache target, String sourceVar, String targetVar)Filter function for mapping using a condition and two thresholds as filtering criterion.AMappingIFilter. filter(AMapping map, String condition, double threshold, ACache source, ACache target, String sourceVar, String targetVar)Filter function for mapping using a condition and a threshold as filtering criterion.AMappingLinearFilter. filter(AMapping map, String condition, double threshold, double mainThreshold, ACache source, ACache target, String sourceVar, String targetVar)Filter function for mapping using a condition and two thresholds as filtering criterion.AMappingLinearFilter. filter(AMapping map, String condition, double threshold, ACache source, ACache target, String sourceVar, String targetVar)Filter function for mapping using a condition and a threshold as filtering criterion.AMappingIFilter. reversefilter(AMapping map, String condition, double threshold, double mainThreshold, ACache source, ACache target, String sourceVar, String targetVar)Reverse filter function for mapping using a condition and two thresholds as filtering criterion.AMappingLinearFilter. reversefilter(AMapping map, String condition, double threshold, double mainThreshold, ACache source, ACache target, String sourceVar, String targetVar)Reverse filter function for mapping using a condition and two thresholds as filtering criterion. -
Uses of ACache in org.aksw.limes.core.execution.engine.partialrecallengine
Constructors in org.aksw.limes.core.execution.engine.partialrecallengine with parameters of type ACache Constructor Description PartialRecallExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Constructor for the partial recall execution engine. -
Uses of ACache in org.aksw.limes.core.execution.engine.partialrecallengine.refinement
Fields in org.aksw.limes.core.execution.engine.partialrecallengine.refinement declared as ACache Modifier and Type Field Description protected ACachePartialRecallRefinementOperator. sourceprotected ACachePartialRecallRefinementOperator. targetConstructors in org.aksw.limes.core.execution.engine.partialrecallengine.refinement with parameters of type ACache Constructor Description LigerRefinementOperator(ACache s, ACache t, double recall, long optTime, LinkSpecification spec)PartialRecallRefinementOperator(ACache s, ACache t, double recall, long optTime, LinkSpecification spec) -
Uses of ACache in org.aksw.limes.core.execution.planning.planner
Fields in org.aksw.limes.core.execution.planning.planner declared as ACache Modifier and Type Field Description ACacheHeliosPlanner. sourceSource cache.ACacheLigerPlanner. sourceSource cache.ACacheHeliosPlanner. targetTarget cache.ACacheLigerPlanner. targetTarget cache.Methods in org.aksw.limes.core.execution.planning.planner with parameters of type ACache Modifier and Type Method Description static PlannerExecutionPlannerFactory. getPlanner(ExecutionPlannerFactory.ExecutionPlannerType type, ACache source, ACache target)Factory function for retrieving the desired planner instance.NestedPlanDynamicPlanner. plan(LinkSpecification spec, ACache source, ACache target, AMapping sourceMapping, AMapping targetMapping)Generates a instructionList based on the optimality assumption used in databases.NestedPlanHeliosPlanner. plan(LinkSpecification spec, ACache source, ACache target, AMapping sourceMapping, AMapping targetMapping)Generates a NestedPlan based on the optimality assumption used in databases.Constructors in org.aksw.limes.core.execution.planning.planner with parameters of type ACache Constructor Description DynamicPlanner(ACache s, ACache t)HeliosPlanner(ACache source, ACache target)Constructor of the Helios planner class.LigerPlanner(ACache source, ACache target)Constructor of the Helios planner class. -
Uses of ACache in org.aksw.limes.core.io.cache
Subclasses of ACache in org.aksw.limes.core.io.cache Modifier and Type Class Description classHybridCacheThis cache implements a hybrid between memory and file cache.classMemoryCacheImplements a cache that is exclusively in memory.Methods in org.aksw.limes.core.io.cache that return ACache Modifier and Type Method Description abstract ACacheACache. addProperty(String sourcePropertyName, String targetPropertyName, String processingChain)Method to process data of a property into a new property with specific preprocessing.ACacheMemoryCache. addProperty(String sourcePropertyName, String targetPropertyName, String processingChain)abstract ACacheACache. clone()abstract ACacheACache. getSample(int size)ACacheMemoryCache. getSample(int size) -
Uses of ACache in org.aksw.limes.core.io.preprocessing
Methods in org.aksw.limes.core.io.preprocessing that return ACache Modifier and Type Method Description static ACachePreprocessor. applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions)CallsPreprocessor.applyFunctionsToCache(ACache, Map, boolean)withcloneCache=falsestatic ACachePreprocessor. applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions, boolean cloneCache)Methods in org.aksw.limes.core.io.preprocessing with parameters of type ACache Modifier and Type Method Description static ACachePreprocessor. applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions)CallsPreprocessor.applyFunctionsToCache(ACache, Map, boolean)withcloneCache=falsestatic ACachePreprocessor. applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions, boolean cloneCache) -
Uses of ACache in org.aksw.limes.core.io.query
Methods in org.aksw.limes.core.io.query with parameters of type ACache Modifier and Type Method Description voidCsvQueryModule. fillAllInCache(ACache c)Read a CSV file and write the content in a cache.voidCsvQueryModule. fillCache(ACache c)Read a CSV file and write the content in a cache.voidFileQueryModule. fillCache(ACache c)Reads data from a model in the model registryvoidIQueryModule. fillCache(ACache cache)voidNoPrefixSparqlQueryModule. fillCache(ACache cache)Reads from a SPARQL endpoint and writes the results in a cachevoidResilientSparqlQueryModule. fillCache(ACache cache, boolean sparql)Reads from a SPARQL endpoint or a file and writes the results in a cachevoidSparqlQueryModule. fillCache(ACache cache)Reads from a SPARQL endpoint and writes the results in a cachevoidSparqlQueryModule. fillCache(ACache cache, boolean isSparql)Reads from a SPARQL endpoint or a file and writes the results in a cachevoidVectorQueryModule. fillCache(ACache c)Fills the cache c with the data contained in the data source described by kb -
Uses of ACache in org.aksw.limes.core.measures.mapper
Methods in org.aksw.limes.core.measures.mapper with parameters of type ACache Modifier and Type Method Description AMappingIMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Returns a mapping given a source, a target knowledge base and a link specification.protected Map<String,Set<String>>AMapper. getValueToUriMap(ACache cache, String property)Helper method, re-factored from common setup code of Mappers. -
Uses of ACache in org.aksw.limes.core.measures.mapper.phonetic
Methods in org.aksw.limes.core.measures.mapper.phonetic with parameters of type ACache Modifier and Type Method Description AMappingCaverphone1Mapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingCaverphone2Mapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingDaitchMokotoffMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingDoubleMetaPhoneMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingKoelnPhoneticMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingMatchRatingMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingMetaPhoneMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingNysiisMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingRefinedSoundexMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingSoundexMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target. -
Uses of ACache in org.aksw.limes.core.measures.mapper.pointsets
Methods in org.aksw.limes.core.measures.mapper.pointsets with parameters of type ACache Modifier and Type Method Description AMappingOrchidMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping using the setMeasure distanceAMappingSymmetricHausdorffMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.Set<Polygon>OrchidMapper. getPolygons(ACache c, String property)Computes polygons out of strings in the WKT format. -
Uses of ACache in org.aksw.limes.core.measures.mapper.resourcesets
Methods in org.aksw.limes.core.measures.mapper.resourcesets with parameters of type ACache Modifier and Type Method Description AMappingSetJaccardMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of ACache in org.aksw.limes.core.measures.mapper.semantic.edgecounting
Methods in org.aksw.limes.core.measures.mapper.semantic.edgecounting with parameters of type ACache Modifier and Type Method Description AMappingEdgeCountingSemanticMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target. -
Uses of ACache in org.aksw.limes.core.measures.mapper.space
Methods in org.aksw.limes.core.measures.mapper.space with parameters of type ACache Modifier and Type Method Description AMappingHR3Mapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target. -
Uses of ACache in org.aksw.limes.core.measures.mapper.string
Methods in org.aksw.limes.core.measures.mapper.string with parameters of type ACache Modifier and Type Method Description AMappingDoubleMetaphoneMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingEDJoinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingExactMatchMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingJaroMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingJaroWinklerMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingKoelnPhoneticMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingMongeElkanMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingPPJoinPlusPlus. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingRatcliffObershelpMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.Map<String,Set<String>>ExactMatchMapper. index(ACache c, String property) -
Uses of ACache in org.aksw.limes.core.measures.mapper.string.fastngram
Methods in org.aksw.limes.core.measures.mapper.string.fastngram with parameters of type ACache Modifier and Type Method Description AMappingFastNGramMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target. -
Uses of ACache in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic
Methods in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic with parameters of type ACache Modifier and Type Method Description abstract TreeMap<String,Set<String>>AAtomicAllenAlgebraMapper. getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.TreeMap<String,Set<String>>BeginBegin. getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.TreeMap<String,Set<String>>BeginEnd. getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.TreeMap<String,Set<String>>EndBegin. getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.TreeMap<String,Set<String>>EndEnd. getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.abstract TreeMap<String,Set<String>>AAtomicAllenAlgebraMapper. getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.TreeMap<String,Set<String>>BeginBegin. getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.TreeMap<String,Set<String>>BeginEnd. getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.TreeMap<String,Set<String>>EndBegin. getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.TreeMap<String,Set<String>>EndEnd. getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.protected static TreeMap<Long,Set<String>>AAtomicAllenAlgebraMapper. orderByBeginDate(ACache cache, String expression, String kbType)Orders a cache of instances based on their begin date property.protected static TreeMap<Long,Set<String>>AAtomicAllenAlgebraMapper. orderByEndDate(ACache cache, String expression, String kbType)Orders a cache of instances based on their end date property. -
Uses of ACache in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.complex
Methods in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.complex with parameters of type ACache Modifier and Type Method Description AMappingAfterMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that occurred after the aforementioned source instance, using the BeginEnd atomic Allen relation.AMappingBeforeMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that occurred before the aforementioned source instance, using the EndBegin atomic Allen relation.AMappingDuringMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that occurred during the aforementioned source instance, using the BeginBegin and EndEnd atomic Allen relations.AMappingDuringReverseMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that occurred during the aforementioned source instance, using the BeginBegin and EndEnd atomic Allen relations.AMappingEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that occurred at the same time as the aforementioned source instance, using the BeginBegin and EndEnd atomic Allen relations.AMappingFinishesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that began before the aforementioned source instance but finished at the same time, using the BeginBegin and EndEnd atomic Allen relations.AMappingIsFinishedByMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that began after the aforementioned source instance but finished at the same time, using the BeginBegin and EndEnd atomic Allen relations.AMappingIsMetByMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that began strictly before the aforementioned source instance, using the BeginEnd Allen relation.AMappingIsOverlappedByMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that overlap the aforementioned source instance, using the BeginEnd, BeginBegin and EndEnd Allen relations.AMappingIsStartedByMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that begin at the same time of the aforementioned source instance but terminate earlier, using the BeginBegin and EndEnd Allen relations.AMappingMeetsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that began strictly after the aforementioned source instance, using the EndBegin Allen relation.AMappingOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that is overlapped by the aforementioned source instance, using the EndBegin, BeginBegin and EndEnd Allen relations.AMappingStartsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps each source instance to a set of target instances that begin at the same time of the aforementioned source instance but terminate after, using the BeginBegin and EndEnd Allen relations. -
Uses of ACache in org.aksw.limes.core.measures.mapper.temporal.simpleTemporal
Methods in org.aksw.limes.core.measures.mapper.temporal.simpleTemporal with parameters of type ACache Modifier and Type Method Description AMappingConcurrentMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps a set of source instances to their concurrent target instances.AMappingPredecessorMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps a set of source instances to their predecessor target instances.AMappingSuccessorMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Maps a set of source instances to their successor target instances.protected TreeMap<String,Set<Instance>>SimpleTemporalMapper. orderByBeginDate(ACache cache, String expression, String kbType)Orders a cache of instances based on their begin date property. -
Uses of ACache in org.aksw.limes.core.measures.mapper.topology
Methods in org.aksw.limes.core.measures.mapper.topology with parameters of type ACache Modifier and Type Method Description static Map<String,org.locationtech.jts.geom.Geometry>RADON. getGeometryMapFromCache(ACache c, String property)AMappingContainsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCoveredbyMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCoversMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCrossesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingDisjointMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingIntersectsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)static AMappingRADON. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation)AMappingTouchesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingWithinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of ACache in org.aksw.limes.core.ml.algorithm
Fields in org.aksw.limes.core.ml.algorithm declared as ACache Modifier and Type Field Description protected ACacheACoreMLAlgorithm. sourceCacheprotected ACacheACoreMLAlgorithm. targetCacheMethods in org.aksw.limes.core.ml.algorithm that return ACache Modifier and Type Method Description ACacheACoreMLAlgorithm. getSourceCache()ACacheACoreMLAlgorithm. getTargetCache()Methods in org.aksw.limes.core.ml.algorithm with parameters of type ACache Modifier and Type Method Description protected voidACIDS. init(List<LearningParameter> lp, ACache source, ACache target)protected voidACoreMLAlgorithm. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)Initialize the core ML algorithm.voidAMLAlgorithm. init(List<LearningParameter> lp, ACache source, ACache target)Initialize the ML Algorithm.protected voidEagle. init(List<LearningParameter> lp, ACache source, ACache target)protected voidWombatComplete. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)protected voidWombatSimple. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)protected AMappingACIDS. predict(ACache source, ACache target, MLResults mlModel)protected abstract AMappingACoreMLAlgorithm. predict(ACache source, ACache target, MLResults mlModel)Predict/generate links from source to target based on mlModel.AMappingAMLAlgorithm. predict(ACache source, ACache target, MLResults mlModel)Predict new links.protected AMappingEagle. predict(ACache source, ACache target, MLResults mlModel) -
Uses of ACache in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon that return ACache Modifier and Type Method Description ACacheDecisionTree. getSourceCache()ACacheDragon. getSourceCache()ACacheDecisionTree. getTargetCache()ACacheDragon. getTargetCache()ACacheDragon. getTestSourceCache()ACacheDragon. getTestTargetCache()Methods in org.aksw.limes.core.ml.algorithm.dragon with parameters of type ACache Modifier and Type Method Description voidDragon. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)AMappingDragon. predict(ACache source, ACache target, MLResults mlModel)voidDragon. setSourceCache(ACache sourceCache)voidDragon. setTargetCache(ACache targetCache)Constructors in org.aksw.limes.core.ml.algorithm.dragon with parameters of type ACache Constructor Description DecisionTree(Dragon dtl, ACache sourceCache, ACache targetCache, PseudoFMeasure pseudoFMeasure, double minPropertyCoverage, double propertyLearningRate, double pruningConfidence, AMapping refMapping, PropertyMapping propertyMapping) -
Uses of ACache in org.aksw.limes.core.ml.algorithm.eagle.coala
Constructors in org.aksw.limes.core.ml.algorithm.eagle.coala with parameters of type ACache Constructor Description Clustering(ACache sourceCache, ACache targetCache, PropertyMapping propMap) -
Uses of ACache in org.aksw.limes.core.ml.algorithm.eagle.core
Fields in org.aksw.limes.core.ml.algorithm.eagle.core declared as ACache Modifier and Type Field Description protected ACacheExpressionFitnessFunction. sCACacheLinkSpecGeneticLearnerConfig. sCprotected ACacheExpressionFitnessFunction. tCACacheLinkSpecGeneticLearnerConfig. tCprotected ACacheExpressionFitnessFunction. trimmedSourceCacheprotected ACacheExpressionFitnessFunction. trimmedTargetCacheMethods in org.aksw.limes.core.ml.algorithm.eagle.core that return ACache Modifier and Type Method Description ACacheExpressionFitnessFunction. getSourceCache()Get full caches used by this learner.ACacheExpressionFitnessFunction. getTargetCache()Get full caches used by this learner.Methods in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type ACache Modifier and Type Method Description static PseudoFMeasureFitnessFunctionPseudoFMeasureFitnessFunction. getInstance(LinkSpecGeneticLearnerConfig a_config, PseudoFMeasure pfm, ACache c1, ACache c2)Singleton patternAMappingExpressionFitnessFunction. getMapping(ACache sourceCache, ACache targetCache, LinkSpecification spec)AMappingIFitnessFunction. getMapping(ACache sourceCache, ACache targetCache, LinkSpecification spec)To calculate Mappings based on LSAMappingPseudoFMeasureFitnessFunction. getMapping(ACache sC, ACache tC, LinkSpecification spec)Get or create a mapping from a link specification (Metric String + Acceptance threshold: 0<=threshold<=1).voidExpressionFitnessFunction. setCaches(ACache sC, ACache tC) -
Uses of ACache in org.aksw.limes.core.ml.algorithm.eagle.util
Methods in org.aksw.limes.core.ml.algorithm.eagle.util that return ACache Modifier and Type Method Description static ACache[]CacheTrimmer. processData(ACache sC, ACache tC, AMapping m)Method to scale down the Caches used to perform entity matching upon.ACache[]CacheTrimmer. processDataEqually(ACache hc1, ACache hc2, AMapping m, int numberOfQuestions)Methods in org.aksw.limes.core.ml.algorithm.eagle.util with parameters of type ACache Modifier and Type Method Description static ACache[]CacheTrimmer. processData(ACache sC, ACache tC, AMapping m)Method to scale down the Caches used to perform entity matching upon.ACache[]CacheTrimmer. processDataEqually(ACache hc1, ACache hc2, AMapping m, int numberOfQuestions) -
Uses of ACache in org.aksw.limes.core.ml.algorithm.euclid
Fields in org.aksw.limes.core.ml.algorithm.euclid declared as ACache Modifier and Type Field Description ACacheLinearSelfConfigurator. sourceACacheLinearSelfConfigurator. targetMethods in org.aksw.limes.core.ml.algorithm.euclid that return ACache Modifier and Type Method Description ACacheLinearSelfConfigurator. getSource()ACacheLinearSelfConfigurator. getTarget()Methods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type ACache Modifier and Type Method Description voidISelfConfigurator. computeMeasure(ACache source, ACache target, String[] parameters)voidLinearSelfConfigurator. computeMeasure(ACache source, ACache target, String[] parameters)static Map<String,Double>LinearSelfConfigurator. getPropertyStats(ACache c, double minCoverage)Extracts all properties from a cache that have a coverage beyond minCoveragestatic StringLinearSelfConfigurator. getPropertyType(ACache c, String p)protected voidBooleanEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)protected voidLinearEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)protected voidMeshEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)protected AMappingBooleanEuclid. predict(ACache source, ACache target, MLResults mlModel)protected AMappingLinearEuclid. predict(ACache source, ACache target, MLResults mlModel)protected AMappingMeshEuclid. predict(ACache source, ACache target, MLResults mlModel)voidLinearSelfConfigurator. setSource(ACache source)voidLinearSelfConfigurator. setTarget(ACache target)Constructors in org.aksw.limes.core.ml.algorithm.euclid with parameters of type ACache Constructor Description BooleanSelfConfigurator(ACache source, ACache target)ConstructorBooleanSelfConfigurator(ACache source, ACache target, double minCoverage, double beta)ConstructorBooleanSelfConfigurator(ACache source, ACache target, double minCoverage, double beta, Map<String,String> measures)ConstructorLinearSelfConfigurator(ACache source, ACache target)ConstructorLinearSelfConfigurator(ACache source, ACache target, double minCoverage, double beta)ConstructorLinearSelfConfigurator(ACache source, ACache target, double minCoverage, double beta, Map<String,String> measures)ConstructorMeshBasedSelfConfigurator(ACache source, ACache target)Basic constructor uses default values for minCoverage and beta.MeshBasedSelfConfigurator(ACache source, ACache target, double minCoverage)Constructor -
Uses of ACache in org.aksw.limes.core.ml.algorithm.wombat
Fields in org.aksw.limes.core.ml.algorithm.wombat declared as ACache Modifier and Type Field Description protected ACacheAWombat. sourceSampleprotected ACacheAWombat. targetSampleMethods in org.aksw.limes.core.ml.algorithm.wombat with parameters of type ACache Modifier and Type Method Description protected voidAWombat. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)protected AMappingAWombat. predict(ACache source, ACache target, MLResults mlModel) -
Uses of ACache in org.aksw.limes.core.util
Methods in org.aksw.limes.core.util that return ACache Modifier and Type Method Description ACacheDataGenerator. generateData(int size)ACacheRandomStringGenerator. generateData(int size)Generates strings that are in (a-zA-Z)*
-