Uses of Class
org.aksw.limes.core.datastrutures.EvaluationRun
-
Packages that use EvaluationRun Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.evaluation.evaluator org.aksw.limes.core.io.serializer -
-
Uses of EvaluationRun in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return EvaluationRun Modifier and Type Method Description EvaluationRunEvaluationRun. clone() -
Uses of EvaluationRun in org.aksw.limes.core.evaluation.evaluator
Fields in org.aksw.limes.core.evaluation.evaluator with type parameters of type EvaluationRun Modifier and Type Field Description List<EvaluationRun>Evaluator. runsListMethods in org.aksw.limes.core.evaluation.evaluator that return types with arguments of type EvaluationRun Modifier and Type Method Description List<EvaluationRun>Summary. calculateAvgRuns(int runsPerDataSet)List<EvaluationRun>Evaluator. crossValidate(List<TaskAlgorithm> algorithms, List<TaskData> datasets, int foldNumber, Set<EvaluatorType> qlMeasures)List<EvaluationRun>Evaluator. evaluate(List<TaskAlgorithm> TaskAlgorithms, List<TaskData> datasets, Set<EvaluatorType> QlMeasures, Set<IQuantitativeMeasure> QnMeasures)List<EvaluationRun>Summary. getAveragedRuns()List<EvaluationRun>Summary. getSingleRuns()Constructor parameters in org.aksw.limes.core.evaluation.evaluator with type arguments of type EvaluationRun Constructor Description Summary(List<EvaluationRun> singleRuns, int runsPerDataSet) -
Uses of EvaluationRun in org.aksw.limes.core.io.serializer
Method parameters in org.aksw.limes.core.io.serializer with type arguments of type EvaluationRun Modifier and Type Method Description voidEvaluationSerlializer. writeToFile(List<EvaluationRun> evaluation, String file)Gets a list of evaluation run's results and serializes it to a file using the specified separator.
-