public class DataSetChooser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSetChooser.DataSets |
| Constructor and Description |
|---|
DataSetChooser() |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
fixReferenceMap(AMapping original,
ACache sC,
ACache tC)
Method to remove mapping which corresponding instance doesn't exist.
|
static EvaluationData |
getData(DataSetChooser.DataSets a)
Central class to configure evaluation datasets.
|
static EvaluationData |
getData(String dataSetName)
provides the information of the link specification path, the gold standard path, the datasets path and additional information of a required dataset
|
static String |
getEvalFolder()
Static getter for the common evaluation folder,
|
static Set<org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.MapKey> |
getLoggingKeys() |
void |
testAll() |
public static EvaluationData getData(String dataSetName)
dataSetName - The name of the dataset to get its information given as stringpublic static EvaluationData getData(DataSetChooser.DataSets a)
a - DataSets enum| String key | Object data |
|---|---|
| MapKey.BASE_FOLDER | |
| MapKey.DATASET_FOLDER | |
| MapKey.CONFIG_FILE | |
| "referencepath" | |
| MapKey.EVALUATION_RESULTS_FOLDER | |
| MapKey.EVALUATION_FILENAME | |
| MapKey.SOURCE_CACHE | Source Cache |
| MapKey.TARGET_CACHE | Target Cache |
| MapKey.PROPERTY_MAPPING | PopertyMapping |
| MapKey.REFERENCE_MAPPING | Gold standard Mapping |
public static Set<org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.MapKey> getLoggingKeys()
public static String getEvalFolder()
public static AMapping fixReferenceMap(AMapping original, ACache sC, ACache tC)
original - Mapping original Mapping.sC - Source Cache.tC - Target Cache.public void testAll()
Copyright © 2018. All rights reserved.