Uses of Class
org.aksw.limes.core.ml.algorithm.eagle.core.ALDecider.Triple
-
Packages that use ALDecider.Triple Package Description org.aksw.limes.core.ml.algorithm.eagle.coala org.aksw.limes.core.ml.algorithm.eagle.core -
-
Uses of ALDecider.Triple in org.aksw.limes.core.ml.algorithm.eagle.coala
Method parameters in org.aksw.limes.core.ml.algorithm.eagle.coala with type arguments of type ALDecider.Triple Modifier and Type Method Description weka.core.InstancesClustering. computeSimilaritySpace(List<ALDecider.Triple> candidates)We first have to compute a similarity space for each candidate. -
Uses of ALDecider.Triple in org.aksw.limes.core.ml.algorithm.eagle.core
Methods in org.aksw.limes.core.ml.algorithm.eagle.core that return types with arguments of type ALDecider.Triple 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.
-