| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
EvaluationData.getPropertyMapping() |
static PropertyMapping |
PropMapper.getPropertyMapping(AConfigurationReader cR,
String name) |
static PropertyMapping |
PropMapper.getPropertyMapping(String configFile)
We basically decide by the name of the config file.
|
static PropertyMapping |
PropMapper.getPropertyMappingFromFile(String filePath) |
static PropertyMapping |
PropMapper.getPropertyMappingFromFile(String folder,
String name)
Get propertyMapping from a file with the same name as the LIMES config file without ".xml" concateneted with
"propertymatch".
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationData.setPropertyMapping(PropertyMapping propertyMapping) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
DecisionTree.getPropertyMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTree.setPropertyMapping(PropertyMapping propertyMapping) |
| Constructor and Description |
|---|
DecisionTree(Dragon dtl,
ACache sourceCache,
ACache targetCache,
PseudoFMeasure pseudoFMeasure,
double minPropertyCoverage,
double propertyLearningRate,
double pruningConfidence,
AMapping refMapping,
PropertyMapping propertyMapping) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyMapping |
FitnessFunctionDTL.propertyMapping |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
FitnessFunctionDTL.getPropertyMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
FitnessFunctionDTL.setPropertyMapping(PropertyMapping propertyMapping) |
| Constructor and Description |
|---|
Clustering(ACache sourceCache,
ACache targetCache,
PropertyMapping propMap) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
LinkSpecGeneticLearnerConfig.getPropertyMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkSpecGeneticLearnerConfig.setPropertyMapping(PropertyMapping propMap) |
| Constructor and Description |
|---|
LinkSpecGeneticLearnerConfig(KBInfo KBIsource,
KBInfo KBItarget,
PropertyMapping propMapping)
Constructor.
|
Copyright © 2020. All rights reserved.