Uses of Class
org.aksw.limes.core.io.mapping.AMapping
-
-
Uses of AMapping in org.aksw.limes.core.controller
Fields in org.aksw.limes.core.controller declared as AMapping Modifier and Type Field Description protected AMappingLimesResult. acceptanceMappingprotected AMappingLimesResult. verificationMappingMethods in org.aksw.limes.core.controller that return AMapping Modifier and Type Method Description AMappingActiveLearningOracle. classify(ActiveLearningExamples examples)AMappingAsynchronousServerOracle. classify(ActiveLearningExamples examples)AMappingConsoleOracle. classify(ActiveLearningExamples examples)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)AMappingLimesResult. getAcceptanceMapping()Getter for acceptance partAMappingActiveLearningExamples. getExampleMap()AMappingLimesResult. getVerificationMapping()Getter for verification partMethods in org.aksw.limes.core.controller with parameters of type AMapping Modifier and Type Method Description StringLimesResult. getStatistics(AMapping reference)Constructors in org.aksw.limes.core.controller with parameters of type AMapping Constructor Description ActiveLearningExamples(AMapping exampleMap, ACache sourceCache, ACache targetCache)LimesResult(AMapping verificationMapping, AMapping acceptanceMapping)ConstructorLimesResult(AMapping verificationMapping, AMapping acceptanceMapping, ACache sourceCache, ACache targetCache, long runTime, Map<String,String> lsVerbalization, LinkSpecification linkSpecification)Constructor -
Uses of AMapping in org.aksw.limes.core.datastrutures
Fields in org.aksw.limes.core.datastrutures declared as AMapping Modifier and Type Field Description AMappingTaskData. initialMappingAMappingTaskData. mappingThe mapping generated by the machine learningAMappingGoldStandard. referenceMappingsthe mapping of the gold standardAMappingTaskData. trainingThe training data used by the machine learning with supervised implementation typeConstructors in org.aksw.limes.core.datastrutures with parameters of type AMapping Constructor Description GoldStandard(AMapping m)GoldStandard(AMapping reference, List<String> sourceUris, List<String> targetUris)GoldStandard(AMapping reference, ACache sourceUris, ACache targetUris)TaskData(GoldStandard goldStandard, AMapping mapping, ACache source, ACache target)TaskData(AMapping mapping)TaskData(AMapping mapping, GoldStandard goldStandard) -
Uses of AMapping in org.aksw.limes.core.evaluation.evaluationDataLoader
Methods in org.aksw.limes.core.evaluation.evaluationDataLoader that return AMapping Modifier and Type Method Description static AMappingDataSetChooser. fixReferenceMap(AMapping original, ACache sC, ACache tC)Method to remove mapping which corresponding instance doesn't exist.AMappingEvaluationData. getReferenceMapping()AMappingOAEIMappingParser. parseDocument()static AMappingExperiment. readOAEIMapping(String file)Methods in org.aksw.limes.core.evaluation.evaluationDataLoader with parameters of type AMapping 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. setReferenceMapping(AMapping referenceMapping) -
Uses of AMapping in org.aksw.limes.core.evaluation.evaluator
Fields in org.aksw.limes.core.evaluation.evaluator declared as AMapping Modifier and Type Field Description AMappingFoldData. mapMethods in org.aksw.limes.core.evaluation.evaluator that return AMapping Modifier and Type Method Description AMappingEvaluator. removeSubMap(AMapping mainMap, AMapping subMap)Methods in org.aksw.limes.core.evaluation.evaluator that return types with arguments of type AMapping Modifier and Type Method Description List<AMapping>Evaluator. generateMappingFolds(AMapping refMap, ACache source, ACache target, int foldNumber, boolean withNegativeExamples)Methods in org.aksw.limes.core.evaluation.evaluator with parameters of type AMapping Modifier and Type Method Description List<AMapping>Evaluator. generateMappingFolds(AMapping refMap, ACache source, ACache target, int foldNumber, boolean withNegativeExamples)AMappingEvaluator. removeSubMap(AMapping mainMap, AMapping subMap)Constructors in org.aksw.limes.core.evaluation.evaluator with parameters of type AMapping Constructor Description FoldData(AMapping map, ACache sourceCache, ACache targetCache) -
Uses of AMapping in org.aksw.limes.core.evaluation.oracle
Methods in org.aksw.limes.core.evaluation.oracle that return AMapping Modifier and Type Method Description AMappingIOracle. getMapping()AMappingSimpleOracle. getMapping()Methods in org.aksw.limes.core.evaluation.oracle with parameters of type AMapping Modifier and Type Method Description voidIOracle. loadData(AMapping m)voidSimpleOracle. loadData(AMapping m)Loads the oracle with the given mappingConstructors in org.aksw.limes.core.evaluation.oracle with parameters of type AMapping Constructor Description SimpleOracle(AMapping m) -
Uses of AMapping in org.aksw.limes.core.evaluation.qualititativeMeasures
Methods in org.aksw.limes.core.evaluation.qualititativeMeasures with parameters of type AMapping Modifier and Type Method Description doubleAccuracy. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the accuracy of the machine learning predictions compared to a gold standardabstract doubleAPRF. calculate(AMapping predictions, GoldStandard goldStandard)The Abstract method to be implemented for calculating the accuracy of the machine learning predictions compared to a gold standardabstract doubleAPseudoPRF. calculate(AMapping predictions, GoldStandard goldStandard)The Abstract method to be implemented for calculating the accuracy of the machine learning predictions compared to a gold standarddoubleAUC. calculate(AMapping predictions, GoldStandard goldStandard)doubleFMeasure. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the F-Measure of the machine learning predictions compared to a gold standarddoubleFMeasure. calculate(AMapping predictions, GoldStandard goldStandard, double beta)The method calculates the F-Measure of the machine learning predictions compared to a gold standarddoubleIQualitativeMeasure. calculate(AMapping predictions, GoldStandard goldStandard)The method to be implemented for calculating the accuracy of the machine learning predictions compared to a gold standardstatic doubleMcNemarsTest. calculate(AMapping a, AMapping b, AMapping reference)doublePrecision. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the precision of the machine learning predictions compared to a gold standarddoublePseudoFMeasure. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo F-Measure of the machine learning predictions compared to a gold standard for beta = 1 .doublePseudoFMeasure. calculate(AMapping predictions, GoldStandard goldStandard, double beta)The method calculates the pseudo F-Measure of the machine learning predictions compared to a gold standard for different beta valuesdoublePseudoPrecision. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo precision of the machine learning predictions compared to a gold standard , which is basically how well the mapping maps one single s to one single t.doublePseudoRecall. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo recall of the machine learning predictions compared to a gold standard , which is how many of the s and t were mapped.doublePseudoRefPrecision. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo reference Precision of the machine learning predictions compared to a gold standard for beta = 1 .doublePseudoRefRecall. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo reference Recall of the machine learning predictions compared to a gold standard for beta = 1 .doubleRecall. calculate(AMapping predictions, GoldStandard goldStandard)The method calculates the recall of the machine learning predictions compared to a gold standardMap<EvaluatorType,Double>QualitativeMeasuresEvaluator. evaluate(AMapping predictions, GoldStandard goldStandard, Set<EvaluatorType> evaluationMeasures)static doubleAPRF. falseNegative(AMapping predictions, AMapping goldStandard)The method calculates the false-negative results such that the result is claimed by a machine learning as a negative one and the claim is false.static intMcNemarsTest. getSuccesses(AMapping a, AMapping b, AMapping reference)doubleFMeasure. precision(AMapping predictions, GoldStandard goldStandard)The method calculates the precision of the machine learning predictions compared to a gold standarddoublePseudoFMeasure. precision(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo precision of the machine learning predictions compared to a gold standarddoublePseudoRefFMeasure. precision(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo reference precision of the machine learning predictions compared to a gold standarddoubleFMeasure. recall(AMapping predictions, GoldStandard goldStandard)The method calculates the recall of the machine learning predictions compared to a gold standarddoublePseudoFMeasure. recall(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo recall of the machine learning predictions compared to a gold standarddoublePseudoRefFMeasure. recall(AMapping predictions, GoldStandard goldStandard)The method calculates the pseudo reference recall of the machine learning predictions compared to a gold standardstatic doubleAPRF. trueFalsePositive(AMapping predictions, AMapping goldStandard, boolean truePositive)The method calculates either the true positive or the false positive results which are defined as true-positive: the results classified as positive and the classification is correct while false-positive: the results classified as positive and the classification is incorrect.static doubleAPRF. trueNegative(AMapping predictions, GoldStandard goldStandard) -
Uses of AMapping in org.aksw.limes.core.execution.engine
Fields in org.aksw.limes.core.execution.engine with type parameters of type AMapping Modifier and Type Field Description protected List<AMapping>ExecutionEngine. bufferList of intermediate mappings.Methods in org.aksw.limes.core.execution.engine that return AMapping Modifier and Type Method Description AMappingIExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Implementation of the execution of a link specification.AMappingParallelExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Implementation of the execution of an execution plan.AMappingSimpleExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Executes a link specification.AMappingSimpleExecutionEngine. executeDifference(AMapping m1, AMapping m2)Implements the difference between two mappings.AMappingSimpleExecutionEngine. executeDynamic(LinkSpecification spec, DynamicPlanner planner)Executes an input link specification L in a dynamic fashion.AMappingSimpleExecutionEngine. executeFilter(Instruction inst, AMapping input)Runs the filtering operator.AMappingSimpleExecutionEngine. executeInstructions(Plan plan)Implementation of the execution of a plan.AMappingSimpleExecutionEngine. executeIntersection(AMapping m1, AMapping m2)Implements the intersection between two mappings.AMappingSimpleExecutionEngine. executeRun(Instruction inst)Implements the execution of the RUN operator.AMappingSimpleExecutionEngine. executeStatic(NestedPlan plan)Executes an immutable nested plan in lNr depth first oder.AMappingSimpleExecutionEngine. executeUnion(AMapping m1, AMapping m2)Implements the union between two mappings.Methods in org.aksw.limes.core.execution.engine that return types with arguments of type AMapping Modifier and Type Method Description List<AMapping>ExecutionEngine. getBuffer()Methods in org.aksw.limes.core.execution.engine with parameters of type AMapping Modifier and Type Method Description AMappingSimpleExecutionEngine. executeDifference(AMapping m1, AMapping m2)Implements the difference between two mappings.AMappingSimpleExecutionEngine. executeFilter(Instruction inst, AMapping input)Runs the filtering operator.AMappingSimpleExecutionEngine. executeIntersection(AMapping m1, AMapping m2)Implements the intersection between two mappings.AMappingSimpleExecutionEngine. executeUnion(AMapping m1, AMapping m2)Implements the union between two mappings.Method parameters in org.aksw.limes.core.execution.engine with type arguments of type AMapping Modifier and Type Method Description voidExecutionEngine. setBuffer(List<AMapping> buffer) -
Uses of AMapping in org.aksw.limes.core.execution.engine.filter
Methods in org.aksw.limes.core.execution.engine.filter that return AMapping Modifier and Type Method Description AMappingIFilter. filter(AMapping map, double threshold)Naive filter function for mapping using a threshold as filtering criterion.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.AMappingIFilter. filter(AMapping map1, AMapping map2, double coef1, double coef2, double threshold, String operation)Filter for linear combinations when operation is set to "add", given the expression a*sim1 + b*sim2 >= t or multiplication given the expression (a*sim1)*(b*sim2) >= t, which is not likely to be used.AMappingLinearFilter. filter(AMapping map, double threshold)Naive filter function for mapping using 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.AMappingLinearFilter. filter(AMapping map1, AMapping map2, double coef1, double coef2, double threshold, String operation)Filter for linear combinations when operation is set to "add", given the expression a*sim1 + b*sim2 >= t or multiplication given the expression (a*sim1)*(b*sim2) >= t, which is not likely to be used.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.Methods in org.aksw.limes.core.execution.engine.filter with parameters of type AMapping Modifier and Type Method Description AMappingIFilter. filter(AMapping map, double threshold)Naive filter function for mapping using a threshold as filtering criterion.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.AMappingIFilter. filter(AMapping map1, AMapping map2, double coef1, double coef2, double threshold, String operation)Filter for linear combinations when operation is set to "add", given the expression a*sim1 + b*sim2 >= t or multiplication given the expression (a*sim1)*(b*sim2) >= t, which is not likely to be used.AMappingLinearFilter. filter(AMapping map, double threshold)Naive filter function for mapping using 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.AMappingLinearFilter. filter(AMapping map1, AMapping map2, double coef1, double coef2, double threshold, String operation)Filter for linear combinations when operation is set to "add", given the expression a*sim1 + b*sim2 >= t or multiplication given the expression (a*sim1)*(b*sim2) >= t, which is not likely to be used.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 AMapping in org.aksw.limes.core.execution.engine.partialrecallengine
Methods in org.aksw.limes.core.execution.engine.partialrecallengine that return AMapping Modifier and Type Method Description AMappingPartialRecallExecutionEngine. execute(LinkSpecification spec, IPlanner planner) -
Uses of AMapping in org.aksw.limes.core.execution.planning.planner
Methods in org.aksw.limes.core.execution.planning.planner with parameters of type AMapping Modifier and Type Method Description 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. -
Uses of AMapping in org.aksw.limes.core.io.mapping
Subclasses of AMapping in org.aksw.limes.core.io.mapping Modifier and Type Class Description classFileMappingclassHybridMappingclassMemoryMappingThis class contains the mappings computed by an organizer.Methods in org.aksw.limes.core.io.mapping that return AMapping Modifier and Type Method Description static AMappingMappingFactory. createDefaultMapping()static AMappingMappingFactory. createMapping(MappingFactory.MappingType type)static AMappingMemoryMapping. generateRandomMapping(int mappingSize, int minSize, int maxSize)abstract AMappingAMapping. getBestOneToNMapping()AMappingFileMapping. getBestOneToNMapping()AMappingHybridMapping. getBestOneToNMapping()AMappingMemoryMapping. getBestOneToNMapping()Computes the best one to n mapping for the current mapping, i.e., for each element of the source, it gets the best t from target.AMappingAMapping. getBestOneToOneMappings(AMapping m)Returns the best one to one mapping with a bias towards the source Should actually be solved with Hospital residentsabstract AMappingAMapping. getOnlyPositiveExamples()AMappingFileMapping. getOnlyPositiveExamples()AMappingHybridMapping. getOnlyPositiveExamples()AMappingMemoryMapping. getOnlyPositiveExamples()abstract AMappingAMapping. getSubMap(double threshold)AMappingFileMapping. getSubMap(double threshold)AMappingHybridMapping. getSubMap(double threshold)AMappingMemoryMapping. getSubMap(double threshold)Returns a mapping that contains all elements of the current mapping that have similarity above the threshold.abstract AMappingAMapping. reverseSourceTarget()AMappingMemoryMapping. reverseSourceTarget()Reverses source and targetAMappingMemoryMapping. scale(double d)AMappingMemoryMapping. trim()AMappingMemoryMapping. union(AMapping other)Union of two maps: returns all pairs of sources s and targets t of this map and the other.Methods in org.aksw.limes.core.io.mapping with parameters of type AMapping Modifier and Type Method Description AMappingAMapping. getBestOneToOneMappings(AMapping m)Returns the best one to one mapping with a bias towards the source Should actually be solved with Hospital residentsAMappingMemoryMapping. union(AMapping other)Union of two maps: returns all pairs of sources s and targets t of this map and the other. -
Uses of AMapping in org.aksw.limes.core.io.mapping.reader
Methods in org.aksw.limes.core.io.mapping.reader that return AMapping Modifier and Type Method Description abstract AMappingAMappingReader. read()AMappingCSVMappingReader. read()AMappingRDFMappingReader. read()Reads mapping from RDF file (NT, N3, TTL, JASON-LD)AMappingCSVMappingReader. readThreeColumnFile()Read Mapping from the input 3 column CSV file First column contains source URIs Second column contains linking property Third column contains Target URIsAMappingCSVMappingReader. readThreeColumnFileWithSimilarity()Read Mapping from the input 3 column CSV file First column contains source URIs Second column contains Target URIs Third column contains similarityAMappingCSVMappingReader. readTwoColumnFile()Read Mapping from the input 2 column CSV file First column contains source URIs Second column contains Target URIs All similarities is set to 1.0 -
Uses of AMapping in org.aksw.limes.core.io.mapping.writer
Methods in org.aksw.limes.core.io.mapping.writer with parameters of type AMapping Modifier and Type Method Description voidCSVMappingWriter. write(AMapping mapping, String outputFile)voidCSVMappingWriter. write(AMapping mapping, String outputFile, String separator)voidIMappingWriter. write(AMapping mapping, String outputFile)voidIMappingWriter. write(AMapping mapping, String outputFile, String format)voidRDFMappingWriter. write(AMapping mapping, String outputFile)voidRDFMappingWriter. write(AMapping mapping, String outputFile, String format) -
Uses of AMapping in org.aksw.limes.core.io.serializer
Methods in org.aksw.limes.core.io.serializer with parameters of type AMapping Modifier and Type Method Description voidISerializer. writeToFile(AMapping m, String predicate, String file)Writes the whole results of a mapping to a filevoidNtSerializer. writeToFile(AMapping mapping, String predicate, String file)Gets a mapping and serializes it to a file in the N3 format.voidTabSeparatedSerializer. writeToFile(AMapping mapping, String predicate, String file)Gets a mapping and serializes it to a file in the N3 format.voidTTLSerializer. writeToFile(AMapping mapping, String predicate, String file)Write the content of the mapping including the expansion of the prefixes to a file -
Uses of AMapping in org.aksw.limes.core.measures.mapper
Methods in org.aksw.limes.core.measures.mapper that return AMapping Modifier and Type Method Description static AMappingMappingOperations. difference(AMapping map1, AMapping map2)Computes the difference of two mappings.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 AMappingAMapper. getUriToUriMapping(Map<String,Map<String,Double>> valueMap, Map<String,Set<String>> sourceValueToUriMap, Map<String,Set<String>> targetValueToUriMap)protected AMappingAMapper. getUriToUriMapping(Map<String,Map<String,Double>> valueMap, Map<String,Set<String>> sourceValueToUriMap, Map<String,Set<String>> targetValueToUriMap, boolean swapped)Helper method, re-factored from common return code blocks.static AMappingMappingOperations. intersection(AMapping map1, AMapping map2)Computes the intersection of two mappings.static AMappingMappingOperations. union(AMapping map1, AMapping map2)Computes the union of two mappings.Methods in org.aksw.limes.core.measures.mapper with parameters of type AMapping Modifier and Type Method Description static AMappingMappingOperations. difference(AMapping map1, AMapping map2)Computes the difference of two mappings.static AMappingMappingOperations. intersection(AMapping map1, AMapping map2)Computes the intersection of two mappings.static AMappingMappingOperations. union(AMapping map1, AMapping map2)Computes the union of two mappings. -
Uses of AMapping in org.aksw.limes.core.measures.mapper.phonetic
Methods in org.aksw.limes.core.measures.mapper.phonetic that return AMapping 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 AMapping in org.aksw.limes.core.measures.mapper.pointsets
Methods in org.aksw.limes.core.measures.mapper.pointsets that return AMapping 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.AMappingGeoHR3. run(Set<Polygon> sourceData, Set<Polygon> targetData)Runs GeoHR3 for source and target dataset. -
Uses of AMapping in org.aksw.limes.core.measures.mapper.resourcesets
Methods in org.aksw.limes.core.measures.mapper.resourcesets that return AMapping Modifier and Type Method Description AMappingSetJaccardMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.semantic.edgecounting
Methods in org.aksw.limes.core.measures.mapper.semantic.edgecounting that return AMapping 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 AMapping in org.aksw.limes.core.measures.mapper.space
Methods in org.aksw.limes.core.measures.mapper.space that return AMapping 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 AMapping in org.aksw.limes.core.measures.mapper.string
Methods in org.aksw.limes.core.measures.mapper.string that return AMapping 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.protected AMappingJaroWinklerMapper. getMapping(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold)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.AMappingLessThanMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingMongeElkanMapper. getMapping(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold)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.protected AMappingRatcliffObershelpMapper. getMapping(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold)AMappingRatcliffObershelpMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Computes a mapping between a source and a target.AMappingJaroMapper. run(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold)AMappingJaroMapper. runLenghtOnly(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold)AMappingJaroMapper. runWithoutPrefixFilter(Map<String,Set<String>> sourceMap, Map<String,Set<String>> targetMap, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.string.fastngram
Methods in org.aksw.limes.core.measures.mapper.string.fastngram that return AMapping Modifier and Type Method Description static AMappingFastNGramMapper. compute(Set<String> source, Set<String> target, int q, double threshold)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 AMapping in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra
Methods in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra that return AMapping Modifier and Type Method Description AMappingIAllenAlgebraMapper. getMapping(ArrayList<TreeMap<String,Set<String>>> maps)Returns a mapping given a set of atomic relation mappings. -
Uses of AMapping in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.complex
Methods in org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.complex that return AMapping Modifier and Type Method Description AMappingAfterMapper. getMapping(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that occurred after the aforementioned source instance, using the BeginEnd atomic Allen relation.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(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that occurred before the aforementioned source instance, using the EndBegin 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(ArrayList<TreeMap<String,Set<String>>> maps)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.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(ArrayList<TreeMap<String,Set<String>>> maps)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(ArrayList<TreeMap<String,Set<String>>> maps)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.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(ArrayList<TreeMap<String,Set<String>>> maps)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.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(ArrayList<TreeMap<String,Set<String>>> maps)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.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(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that began strictly before the aforementioned source instance, using the BeginEnd Allen relation.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(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that overlap the aforementioned source instance, using the BeginEnd, BeginBegin and EndEnd Allen relations.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(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that begin at the same time of the aforementioned source instance but terminate before, using the 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(ArrayList<TreeMap<String,Set<String>>> maps)Maps each source instance to a set of target instances that began strictly after the aforementioned source instance, using the EndBegin Allen relation.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(ArrayList<TreeMap<String,Set<String>>> maps)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.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(ArrayList<TreeMap<String,Set<String>>> maps)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.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 AMapping in org.aksw.limes.core.measures.mapper.temporal.simpleTemporal
Methods in org.aksw.limes.core.measures.mapper.temporal.simpleTemporal that return AMapping 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. -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology
Methods in org.aksw.limes.core.measures.mapper.topology that return AMapping Modifier and Type Method Description AMappingContainsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingContainsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCoveredbyMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCoveredbyMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCoversMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCoversMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCrossesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCrossesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingDisjointMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingDisjointMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingEqualsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingIntersectsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingIntersectsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingITopologicRelationMapper. getMapping(Set<Polygon> source, Set<Polygon> target)AMappingOverlapsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)static AMappingRADON. getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation)static AMappingRADON. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation)static AMappingRADON. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation)AMappingTouchesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingTouchesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingWithinMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingWithinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Constructors in org.aksw.limes.core.measures.mapper.topology with parameters of type AMapping Constructor Description Merger(List<Map<String,Set<String>>> results, AMapping m) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.cobalt
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt that return AMapping Modifier and Type Method Description static AMappingCobalt. getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(Map<String,org.locationtech.jts.geom.Geometry> sourceData, Map<String,org.locationtech.jts.geom.Geometry> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappingCobalt. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation, ICobaltMatcher matcher, int splits)static AMappingCobalt. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher)static AMappingCobalt. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation, ICobaltMatcher matcher, int splits) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.cobalt.area
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt.area that return AMapping Modifier and Type Method Description AMappingCobaltAreaContainsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaContainsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaCoveredbyMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaCoveredbyMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaCoversMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaCoversMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaDisjointMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaDisjointMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaEqualsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaIntersectsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaIntersectsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaOverlapsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaTouchesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaTouchesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltAreaWithinMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltAreaWithinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.cobalt.diagonal
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt.diagonal that return AMapping Modifier and Type Method Description AMappingCobaltDiagonalContainsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalContainsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalCoveredbyMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalCoveredbyMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalCoversMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalCoversMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalDisjointMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalDisjointMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalEqualsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalIntersectsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalIntersectsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalOverlapsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalTouchesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalTouchesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltDiagonalWithinMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltDiagonalWithinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.cobalt.mixed
Methods in org.aksw.limes.core.measures.mapper.topology.cobalt.mixed that return AMapping Modifier and Type Method Description AMappingCobaltMixedContainsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedContainsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedCoveredbyMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedCoveredbyMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedCoversMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedCoversMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedDisjointMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedDisjointMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedEqualsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedEqualsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedIntersectsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedIntersectsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedOverlapsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedOverlapsMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedTouchesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedTouchesMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)AMappingCobaltMixedWithinMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCobaltMixedWithinMapper. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.im
Constructors in org.aksw.limes.core.measures.mapper.topology.im with parameters of type AMapping Constructor Description Merger(List<Map<String,Set<String>>> results, AMapping m) -
Uses of AMapping in org.aksw.limes.core.measures.mapper.topology.RCC8
Methods in org.aksw.limes.core.measures.mapper.topology.RCC8 that return types with arguments of type AMapping Modifier and Type Method Description static List<AMapping>LDbasedRCC. getMapping(Map<String,com.vividsolutions.jts.geom.Geometry> sourceData, Map<String,com.vividsolutions.jts.geom.Geometry> targetData)static List<AMapping>LDbasedRCC. getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)Constructors in org.aksw.limes.core.measures.mapper.topology.RCC8 with parameters of type AMapping Constructor Description Merger(List<Map<String,Set<String>>> results, AMapping m) -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets
Methods in org.aksw.limes.core.measures.measure.pointsets that return AMapping Modifier and Type Method Description AMappingIPointsetsMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold) -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.average
Methods in org.aksw.limes.core.measures.measure.pointsets.average that return AMapping Modifier and Type Method Description AMappingNaiveAverageMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.frechet
Methods in org.aksw.limes.core.measures.measure.pointsets.frechet that return AMapping Modifier and Type Method Description AMappingGeOxygeneFrechetMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setAMappingNaiveFrechetMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.hausdorff
Methods in org.aksw.limes.core.measures.measure.pointsets.hausdorff that return AMapping Modifier and Type Method Description AMappingCentroidIndexedHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)AMappingIndexedHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)AMappingNaiveHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setMethods in org.aksw.limes.core.measures.measure.pointsets.hausdorff with parameters of type AMapping Modifier and Type Method Description booleanScanIndexedHausdorffMeasure. checkTermination(Polygon s, AMapping knownDistances, Map<Integer,List<Integer>> toCompute, double threshold)Checks whether a distance computation should be terminateddoubleScanIndexedHausdorffMeasure. getCurrentApproximation(int sourceIndex, AMapping knownDistances, Map<Integer,List<Integer>> toCompute, double threshold)Checks whether it is known for the source point with index sourceIndex that all distances to points in p are above the thresholdMap<Integer,List<Integer>>ScanIndexedHausdorffMeasure. initToCompute(Polygon sPoly, Polygon tPoly, double threshold, AMapping knownDistances)Map<Integer,List<Integer>>ScanIndexedHausdorffMeasure. updateToCompute(Polygon sPoly, Polygon tPoly, double threshold, AMapping knownDistances, Map<Integer,List<Integer>> toCompute) -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.link
Methods in org.aksw.limes.core.measures.measure.pointsets.link that return AMapping Modifier and Type Method Description AMappingNaiveLinkMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.max
Methods in org.aksw.limes.core.measures.measure.pointsets.max that return AMapping Modifier and Type Method Description AMappingNaiveMaxMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.mean
Methods in org.aksw.limes.core.measures.measure.pointsets.mean that return AMapping Modifier and Type Method Description AMappingNaiveMeanMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.min
Methods in org.aksw.limes.core.measures.measure.pointsets.min that return AMapping Modifier and Type Method Description AMappingNaiveMinMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.sumofmin
Methods in org.aksw.limes.core.measures.measure.pointsets.sumofmin that return AMapping Modifier and Type Method Description AMappingNaiveSumOfMinMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.measures.measure.pointsets.surjection
Methods in org.aksw.limes.core.measures.measure.pointsets.surjection that return AMapping Modifier and Type Method Description AMappingFairSurjectionMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setAMappingNaiveSurjectionMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of AMapping in org.aksw.limes.core.ml.algorithm
Fields in org.aksw.limes.core.ml.algorithm declared as AMapping Modifier and Type Field Description protected AMappingMLResults. mappingFields in org.aksw.limes.core.ml.algorithm with type parameters of type AMapping Modifier and Type Field Description protected Map<String,AMapping>WombatComplete. diffsMethods in org.aksw.limes.core.ml.algorithm that return AMapping Modifier and Type Method Description AMappingMLResults. getMapping()protected AMappingACIDS. getNextExamples(int size)protected abstract AMappingACoreMLAlgorithm. getNextExamples(int size)Get a set of examples to be added to the mapping.AMappingActiveMLAlgorithm. getNextExamples(int size)protected AMappingEagle. getNextExamples(int size)protected AMappingWombatComplete. getNextExamples(int size)protected AMappingWombatSimple. getNextExamples(int size)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)Methods in org.aksw.limes.core.ml.algorithm with parameters of type AMapping Modifier and Type Method Description protected MLResultsACIDS. activeLearn(AMapping oracleMapping)protected abstract MLResultsACoreMLAlgorithm. activeLearn(AMapping oracleMapping)Learning method for supervised active core ML algorithm implementations.MLResultsActiveMLAlgorithm. activeLearn(AMapping oracleMapping)protected MLResultsEagle. activeLearn(AMapping oracleMapping)protected MLResultsWombatComplete. activeLearn(AMapping oracleMapping)protected MLResultsWombatSimple. activeLearn(AMapping oracleMapping)protected ExtendedRefinementNodeWombatComplete. createNode(AMapping mapping, String metricExpr)Create new ExtendedRefinementNode using either real or pseudo-F-MeasureMLResultsACIDS. learn(AMapping trainingData)protected abstract MLResultsACoreMLAlgorithm. learn(AMapping trainingData)Learning method for supervised core ML algorithm implementations, where the confidence values for each pair in the trainingData determine its truth degree.protected MLResultsEagle. learn(AMapping trainingData)MLResultsSupervisedMLAlgorithm. learn(AMapping trainingData)MLResultsWombatComplete. learn(AMapping trainingData)MLResultsWombatSimple. learn(AMapping trainingData)voidMLResults. setMapping(AMapping mapping)Constructors in org.aksw.limes.core.ml.algorithm with parameters of type AMapping Constructor Description MLResults(LinkSpecification linkspec, AMapping mapping, double quality, Map<String,Object> details)MLResults full constructor. -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.classifier
Fields in org.aksw.limes.core.ml.algorithm.classifier declared as AMapping Modifier and Type Field Description protected AMappingComplexClassifier. mappingprotected AMappingExtendedClassifier. mappingMethods in org.aksw.limes.core.ml.algorithm.classifier that return AMapping Modifier and Type Method Description AMappingComplexClassifier. getMapping()AMappingExtendedClassifier. getMapping()Methods in org.aksw.limes.core.ml.algorithm.classifier with parameters of type AMapping Modifier and Type Method Description voidComplexClassifier. setMapping(AMapping mapping)voidExtendedClassifier. setMapping(AMapping mapping) -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon that return AMapping Modifier and Type Method Description AMappingDecisionTree. executeAtomicMeasure(String measureExpression, double threshold)AMappingDecisionTree. getMeasureMapping(String measureExpression, ExtendedClassifier cp)protected AMappingDragon. getNextExamples(int size)AMappingDecisionTree. getPathMapping()AMappingDecisionTree. getRefMapping()AMappingDecisionTree. getTotalMapping()AMappingDragon. predict(ACache source, ACache target, MLResults mlModel)Methods in org.aksw.limes.core.ml.algorithm.dragon with parameters of type AMapping Modifier and Type Method Description protected MLResultsDragon. activeLearn(AMapping oracleMapping)Creates a training set out of the oracleMapping and usesJ48to build a decision tree The decision tree gets parsed to aLinkSpecificationdoubleDecisionTree. calculateFMeasure(AMapping mapping, AMapping refMap)protected MLResultsDragon. learn(AMapping trainingData)voidDragon. setInitialMapping(AMapping initialMapping)voidDecisionTree. setRefMapping(AMapping refMapping)Constructors in org.aksw.limes.core.ml.algorithm.dragon with parameters of type AMapping Constructor Description DecisionTree(Dragon dtl, ACache sourceCache, ACache targetCache, PseudoFMeasure pseudoFMeasure, double minPropertyCoverage, double propertyLearningRate, double pruningConfidence, AMapping refMapping, PropertyMapping propertyMapping) -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.dragon.Pruning
Methods in org.aksw.limes.core.ml.algorithm.dragon.Pruning with parameters of type AMapping Modifier and Type Method Description booleanErrorEstimatePruning. pruneChild(DecisionTree node, AMapping parent) -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.dragon.Utils
Methods in org.aksw.limes.core.ml.algorithm.dragon.Utils with parameters of type AMapping Modifier and Type Method Description static double[]InstanceCalculator. getNumberOfPositiveNegativeInstances(AMapping m) -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.eagle.core
Fields in org.aksw.limes.core.ml.algorithm.eagle.core declared as AMapping Modifier and Type Field Description protected AMappingExpressionFitnessFunction. referenceFragment of optimal Mapping used during evolution.Methods in org.aksw.limes.core.ml.algorithm.eagle.core that return AMapping Modifier and Type Method Description AMappingPseudoFMeasureFitnessFunction. calculateMapping(org.jgap.gp.IGPProgram p)AMappingExpressionFitnessFunction. 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).AMappingExpressionFitnessFunction. getReferenceMapping()Methods in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type AMapping Modifier and Type Method Description voidExpressionFitnessFunction. addToReference(AMapping m)Method to add instances to reference?.abstract voidIGPFitnessFunction. addToReference(AMapping m)voidPseudoFMeasureFitnessFunction. addToReference(AMapping m)voidExpressionFitnessFunction. fillCachesIncrementally(AMapping matches)abstract voidIGPFitnessFunction. fillCachesIncrementally(AMapping matches)voidPseudoFMeasureFitnessFunction. fillCachesIncrementally(AMapping matches)static ExpressionFitnessFunctionExpressionFitnessFunction. getInstance(LinkSpecGeneticLearnerConfig a_config, IQualitativeMeasure measure, AMapping reference)voidALDecider. setKnown(AMapping m)To set already retrieved instances.voidExpressionFitnessFunction. setReferenceMapping(AMapping referenceData)As we assume referenceData only holding matches.voidExpressionFitnessFunction. trimKnowledgeBases(AMapping trainingData)Method to scale down caches according to given training data.Method parameters in org.aksw.limes.core.ml.algorithm.eagle.core with type arguments of type AMapping Modifier and Type Method Description List<ALDecider.Triple>ALDecider. getControversyCandidates(List<AMapping> mapList)List<ALDecider.Triple>ALDecider. getControversyCandidates(List<AMapping> mapList, int n)Function to get the n most controversy matching candidates of the given mappings.HashMap<ALDecider.Triple,Integer>ALDecider. getControversyMatches(List<AMapping> mapList)Method returns the controversy matches of the givenMapping. -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.eagle.util
Methods in org.aksw.limes.core.ml.algorithm.eagle.util that return AMapping Modifier and Type Method Description AMappingPropertyMapping. getCompletePropMapping()AMappingPropertyMapping. getDatePropMapping()AMappingPropertyMapping. getNumberPropMapping()AMappingPropertyMapping. getPointsetPropMapping()static AMappingCacheTrimmer. getRandomTrainingData(AMapping m, int max)Another implementation to get a random training data of size max out of the reference mapping m.AMappingCacheTrimmer. getReferenceMapping()AMappingPropertyMapping. getStringPropMapping()static AMappingCacheTrimmer. trimExamples(AMapping m, int max)Method to scale down a reference mapping given by an Oracle.static AMappingCacheTrimmer. trimExamplesRandomly(AMapping m, int max)Standard implementation to get random training examples.Methods in org.aksw.limes.core.ml.algorithm.eagle.util with parameters of type AMapping Modifier and Type Method Description static AMappingCacheTrimmer. getRandomTrainingData(AMapping m, int max)Another implementation to get a random training data of size max out of the reference mapping m.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)static AMappingCacheTrimmer. trimExamples(AMapping m, int max)Method to scale down a reference mapping given by an Oracle.static AMappingCacheTrimmer. trimExamplesRandomly(AMapping m, int max)Standard implementation to get random training examples. -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.euclid
Fields in org.aksw.limes.core.ml.algorithm.euclid declared as AMapping Modifier and Type Field Description AMappingLinearSelfConfigurator. askedMethods in org.aksw.limes.core.ml.algorithm.euclid that return AMapping Modifier and Type Method Description AMappingLinearSelfConfigurator. execute(String sourceProperty, String targetProperty, String measure, double threshold)Runs measure(sourceProperty, targetProperty) >= thresholdAMappingLinearSelfConfigurator. executeClassifier(SimpleClassifier c, double threshold)Runs a classifier and get the mappings for itAMappingLinearSelfConfigurator. getBestOneToOneMapping(AMapping m)Gets the best target for each source and returns itstatic AMappingBooleanSelfConfigurator. getIntersection(List<AMapping> mappings)Computes the intersection of several mappingsAMappingBooleanSelfConfigurator. getMapping(List<SimpleClassifier> classifiers)Runs classifiers and retrieves the correspoding mappingsAMappingLinearSelfConfigurator. getMapping(List<SimpleClassifier> classifiers)Runs classifiers and retrieves the corresponding mappingsprotected AMappingLinearEuclid. getNextExamples(int size)AMappingLinearSelfConfigurator. getOverallMapping(Map<SimpleClassifier,AMapping> mappings, double threshold)Computes the weighted linear combination of the similarity computed by the single classifiersAMappingISelfConfigurator. getResults()AMappingLinearSelfConfigurator. getResults()AMappingLinearSelfConfigurator. minimizeToKnow(AMapping map)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)Methods in org.aksw.limes.core.ml.algorithm.euclid that return types with arguments of type AMapping Modifier and Type Method Description Map<Double,AMapping>MeshBasedSelfConfigurator. getMappings(double min, double max, int n, SimpleClassifier cp)Computes the mappings for a classifier across a dimension of the meshMethods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type AMapping Modifier and Type Method Description protected MLResultsLinearEuclid. activeLearn(AMapping oracleMapping)DoubleLinearSelfConfigurator. computeQuality(AMapping map)Method to compute quality of a mapping.AMappingLinearSelfConfigurator. getBestOneToOneMapping(AMapping m)Gets the best target for each source and returns itprotected MLResultsLinearEuclid. learn(AMapping trainingData)AMappingLinearSelfConfigurator. minimizeToKnow(AMapping map)voidLinearSelfConfigurator. setSupervisedBatch(AMapping reference)Set caches to trimmed caches according to the given reference mapping.Method parameters in org.aksw.limes.core.ml.algorithm.euclid with type arguments of type AMapping Modifier and Type Method Description static AMappingBooleanSelfConfigurator. getIntersection(List<AMapping> mappings)Computes the intersection of several mappingsAMappingLinearSelfConfigurator. getOverallMapping(Map<SimpleClassifier,AMapping> mappings, double threshold)Computes the weighted linear combination of the similarity computed by the single classifiers -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.matching
Methods in org.aksw.limes.core.ml.algorithm.matching that return AMapping Modifier and Type Method Description AMappingDefaultClassMapper. getEntityMapping(String endpoint1, String endpoint2, String namespace1, String namespace2)AMappingLabelBasedClassMapper. getEntityMapping(String endpoint1, String endpoint2)Method to get simple Name based Class Mappings.AMappingOntologyClassMapper. getEntityMapping(String endpoint1, String endpoint2, String namespace1, String namespace2)AMappingDefaultClassMapper. getMappingClasses(String endpoint1, String endpoint2, String namespace1, String namespace2)Computes mapping between classes in two given endpoints by using the owl:sameAs links.AMappingDefaultClassMapper. getMappingClassesFallback(String endpoint1, String endpoint2, String namespace1, String namespace2)AMappingDefaultPropertyMapper. getMappingProperties(String endpoint1, String endpoint2, String classExpression1, String classExpression2)Computes the mapping of property from enpoint1 to endpoint2 by using the restriction classExpression 1 and classExpression2AMappingDefaultClassMapper. getMonoDirectionalMap(String endpoint1, String endpoint2, String namespace1, String namespace2)AMappingDefaultPropertyMapper. getMonoDirectionalMap(String endpoint1, String endpoint2, String classExpression1, String classExpression2)AMappingDefaultClassMapper. getMonoDirectionalMapFallback(String endpoint1, String endpoint2, String namespace1, String namespace2)AMappingDefaultPropertyMapper. getPropertyMapping(String endpoint1, String endpoint2, String classExpression1, String classExpression2)Applies stable matching to determine the best possible mapping of properties from two endpointsAMappingLabelBasedPropertyMapper. getPropertyMapping(String endpoint1, String endpoint2, String classExpression1, String classExpression2)AMappingPropertyMapper. getPropertyMapping(String endpoint1, String endpoint2, String classExpression1, String classExpression2) -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.matching.stablematching
Methods in org.aksw.limes.core.ml.algorithm.matching.stablematching that return AMapping Modifier and Type Method Description AMappingHospitalResidents. getMatching(AMapping m)Implements hospital/residents for a similarity mapping.Methods in org.aksw.limes.core.ml.algorithm.matching.stablematching with parameters of type AMapping Modifier and Type Method Description AMappingHospitalResidents. getMatching(AMapping m)Implements hospital/residents for a similarity mapping. -
Uses of AMapping in org.aksw.limes.core.ml.algorithm.wombat
Fields in org.aksw.limes.core.ml.algorithm.wombat declared as AMapping Modifier and Type Field Description protected AMappingRefinementNode. mapprotected AMappingAWombat. trainingDataMethods in org.aksw.limes.core.ml.algorithm.wombat that return AMapping Modifier and Type Method Description AMappingRefinementNode. getMapping()protected AMappingAWombat. getMappingOfMetricExpression(String metricExpression, Tree<? extends RefinementNode> root)Looks first for the input metricExpression in the already constructed tree, if found the corresponding mapping is returned.protected AMappingAWombat. predict(ACache source, ACache target, MLResults mlModel)Methods in org.aksw.limes.core.ml.algorithm.wombat with parameters of type AMapping Modifier and Type Method Description protected RefinementNodeAWombat. createNode(AMapping mapping, String metricExpr)Create new RefinementNode using either real or pseudo-F-Measureprotected voidAWombat. fillSampleSourceTargetCaches(AMapping sample)protected doubleAWombat. fMeasure(AMapping predictions)calculate either a real or a pseudo-F-Measureprotected doubleAWombat. precision(AMapping predictions)calculate either a real or a pseudo-Precisionprotected doubleAWombat. recall(AMapping predictions)calculate either a real or a pseudo-RecallvoidRefinementNode. setMap(AMapping map)Constructors in org.aksw.limes.core.ml.algorithm.wombat with parameters of type AMapping Constructor Description ExtendedRefinementNode(double fMeasure, AMapping map, String metricExpression)ExtendedRefinementNode(double fMeasure, AMapping map, String metricExpression, AMapping refMap, double beta, double rMax)RefinementNode(double fMeasure, AMapping map, String metricExpression) -
Uses of AMapping in org.aksw.limes.core.util
Methods in org.aksw.limes.core.util with parameters of type AMapping Modifier and Type Method Description static doubleUtils. getFscore(AMapping reference, AMapping computed)Computes the recall of the mapping computed with respect to the mapping reference.static doubleUtils. getPrecision(AMapping reference, AMapping computed)static HashMap<String,Double>Utils. getPRF(AMapping reference, AMapping computed)Computes all stats (i.e.static doubleUtils. getRecall(AMapping reference, AMapping computed)Computes the recall of the mapping computed with respect to the mapping reference.
-