| Package | Description |
|---|---|
| org.aksw.limes.core.datastrutures | |
| org.aksw.limes.core.evaluation.evaluator | |
| org.aksw.limes.core.io.serializer |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRun |
EvaluationRun.clone() |
| Modifier and Type | Field and Description |
|---|---|
List<EvaluationRun> |
Evaluator.runsList |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRun> |
Summary.calculateAvgRuns(int runsPerDataSet) |
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) |
List<EvaluationRun> |
Summary.getAveragedRuns() |
List<EvaluationRun> |
Summary.getSingleRuns() |
| Constructor and Description |
|---|
Summary(List<EvaluationRun> singleRuns,
int runsPerDataSet) |
| 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 © 2020. All rights reserved.