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
Method parameters in org.aksw.limes.core.evaluation.evaluator with type arguments of type TaskData Modifier and Type Method Description List<EvaluationRun>Evaluator. crossValidate(AMLAlgorithm algorithm, List<LearningParameter> parameter, Set<TaskData> datasets, int foldNumber, Set<EvaluatorType> qlMeasures, Set<IQuantitativeMeasure> qnMeasures)SummaryEvaluator. crossValidateWithTuningAndStatisticalTest(List<TaskAlgorithm> TaskAlgorithms, Set<TaskData> datasets, Set<EvaluatorType> qlMeasures, int foldNumber)List<EvaluationRun>Evaluator. evaluate(List<TaskAlgorithm> TaskAlgorithms, Set<TaskData> datasets, Set<EvaluatorType> QlMeasures, Set<IQuantitativeMeasure> QnMeasures)
-