Uses of Class
org.aksw.limes.core.datastrutures.TaskAlgorithm
-
Packages that use TaskAlgorithm Package Description org.aksw.limes.core.evaluation.evaluator -
-
Uses of TaskAlgorithm in org.aksw.limes.core.evaluation.evaluator
Method parameters in org.aksw.limes.core.evaluation.evaluator with type arguments of type TaskAlgorithm Modifier and Type Method Description List<EvaluationRun>Evaluator. crossValidate(List<TaskAlgorithm> algorithms, List<TaskData> datasets, int foldNumber, Set<EvaluatorType> qlMeasures)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.List<EvaluationRun>Evaluator. evaluate(List<TaskAlgorithm> TaskAlgorithms, List<TaskData> datasets, Set<EvaluatorType> QlMeasures, Set<IQuantitativeMeasure> QnMeasures)
-