| Package | Description |
|---|---|
| org.aksw.limes.core.evaluation.evaluator | |
| org.aksw.limes.core.io.serializer |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRun> |
Evaluator.crossValidate(AMLAlgorithm algorithm,
List<LearningParameter> parameter,
Set<TaskData> datasets,
int foldNumber,
Set<EvaluatorType> qlMeasures,
Set<IQuantitativeMeasure> qnMeasures) |
List<EvaluationRun> |
Evaluator.evaluate(List<TaskAlgorithm> TaskAlgorithms,
Set<TaskData> datasets,
Set<EvaluatorType> QlMeasures,
Set<IQuantitativeMeasure> QnMeasures) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationSerlializer.writeToFile(List<EvaluationRun> evaluation,
String file)
Gets a list of evaluation run's results and serializes it to a file using the specified separator.
|
Copyright © 2018. All rights reserved.