Uses of Class
org.aksw.limes.core.evaluation.evaluationDataLoader.EvaluationData
-
Packages that use EvaluationData Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.evaluation.evaluationDataLoader org.aksw.limes.core.evaluation.evaluator -
-
Uses of EvaluationData in org.aksw.limes.core.datastrutures
Fields in org.aksw.limes.core.datastrutures declared as EvaluationData Modifier and Type Field Description EvaluationDataTaskData. evalDataConstructors in org.aksw.limes.core.datastrutures with parameters of type EvaluationData Constructor Description TaskData(GoldStandard goldStandard, ACache source, ACache target, EvaluationData evalData) -
Uses of EvaluationData in org.aksw.limes.core.evaluation.evaluationDataLoader
Methods in org.aksw.limes.core.evaluation.evaluationDataLoader that return EvaluationData Modifier and Type Method Description static EvaluationDataEvaluationData. buildFromHashMap(Map<org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.MapKey,Object> map)For the time beeing and convenience a method to construct EvaluationData using the outdated HashMap-based approach.static EvaluationDataDataSetChooser. getData(String dataSetName)provides the information of the link specification path, the gold standard path, the datasets path and additional information of a required datasetstatic EvaluationDataDataSetChooser. getData(DataSetChooser.DataSets a)Central class to configure evaluation datasets. -
Uses of EvaluationData in org.aksw.limes.core.evaluation.evaluator
Methods in org.aksw.limes.core.evaluation.evaluator with parameters of type EvaluationData Modifier and Type Method Description List<FoldData>Evaluator. generateFolds(EvaluationData data, int foldNumber, boolean withNegativeExamples)
-