Uses of Class
org.aksw.limes.core.ml.algorithm.eagle.util.PropertyMapping
-
-
Uses of PropertyMapping in org.aksw.limes.core.evaluation.evaluationDataLoader
Methods in org.aksw.limes.core.evaluation.evaluationDataLoader that return PropertyMapping Modifier and Type Method Description PropertyMappingEvaluationData. getPropertyMapping()static PropertyMappingPropMapper. getPropertyMapping(String configFile)We basically decide by the name of the config file.static PropertyMappingPropMapper. getPropertyMapping(AConfigurationReader cR, String name)static PropertyMappingPropMapper. getPropertyMappingFromFile(String filePath)static PropertyMappingPropMapper. getPropertyMappingFromFile(String folder, String name)Get propertyMapping from a file with the same name as the LIMES config file without ".xml" concateneted with "propertymatch".Methods in org.aksw.limes.core.evaluation.evaluationDataLoader with parameters of type PropertyMapping Modifier and Type Method Description voidEvaluationData. setPropertyMapping(PropertyMapping propertyMapping) -
Uses of PropertyMapping in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon that return PropertyMapping Modifier and Type Method Description PropertyMappingDecisionTree. getPropertyMapping()Methods in org.aksw.limes.core.ml.algorithm.dragon with parameters of type PropertyMapping Modifier and Type Method Description voidDecisionTree. setPropertyMapping(PropertyMapping propertyMapping)Constructors in org.aksw.limes.core.ml.algorithm.dragon with parameters of type PropertyMapping Constructor Description DecisionTree(Dragon dtl, ACache sourceCache, ACache targetCache, PseudoFMeasure pseudoFMeasure, double minPropertyCoverage, double propertyLearningRate, double pruningConfidence, AMapping refMapping, PropertyMapping propertyMapping) -
Uses of PropertyMapping in org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions
Fields in org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions declared as PropertyMapping Modifier and Type Field Description protected PropertyMappingFitnessFunctionDTL. propertyMappingMethods in org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions that return PropertyMapping Modifier and Type Method Description PropertyMappingFitnessFunctionDTL. getPropertyMapping()Methods in org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions with parameters of type PropertyMapping Modifier and Type Method Description voidFitnessFunctionDTL. setPropertyMapping(PropertyMapping propertyMapping) -
Uses of PropertyMapping in org.aksw.limes.core.ml.algorithm.eagle.coala
Constructors in org.aksw.limes.core.ml.algorithm.eagle.coala with parameters of type PropertyMapping Constructor Description Clustering(ACache sourceCache, ACache targetCache, PropertyMapping propMap) -
Uses of PropertyMapping in org.aksw.limes.core.ml.algorithm.eagle.core
Methods in org.aksw.limes.core.ml.algorithm.eagle.core that return PropertyMapping Modifier and Type Method Description PropertyMappingLinkSpecGeneticLearnerConfig. getPropertyMapping()Methods in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type PropertyMapping Modifier and Type Method Description voidLinkSpecGeneticLearnerConfig. setPropertyMapping(PropertyMapping propMap)Constructors in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type PropertyMapping Constructor Description LinkSpecGeneticLearnerConfig(KBInfo KBIsource, KBInfo KBItarget, PropertyMapping propMapping)Constructor.
-