Uses of Class
org.aksw.limes.core.datastrutures.TaskData
-
Packages that use TaskData Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.evaluation.evaluator -
-
Uses of TaskData in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures with parameters of type TaskData Modifier and Type Method Description intTaskData. compareTo(TaskData other) -
Uses of TaskData in org.aksw.limes.core.evaluation.evaluator
Methods in org.aksw.limes.core.evaluation.evaluator with parameters of type TaskData Modifier and Type Method Description SummaryEvaluator. crossValidateWithTuningAndMcNemarsTest(List<TaskAlgorithm> TaskAlgorithms, TaskData dataset, Set<EvaluatorType> qlMeasures, int foldNumber)Performs crossvalidation, enables the tuning of hyperparameters via grid search on part of the training fold, performs pairwise McNemars Test on successes and failures between algorithms, i.e.
-