| Package | Description |
|---|---|
| org.aksw.limes.core.datastrutures | |
| org.aksw.limes.core.evaluation.quantitativeMeasures |
| Modifier and Type | Method and Description |
|---|---|
RunRecord |
EvaluationRun.getQuanititativeRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationRun.setQuanititativeRecord(RunRecord quanititativeRecord) |
| Constructor and Description |
|---|
EvaluationRun(String algorithmName,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores,
RunRecord quantitativeRecord) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,RunRecord> |
RunsData.runs
list of recorded runs, each with its information like id,time,memory...etc
|
| Modifier and Type | Method and Description |
|---|---|
RunRecord |
RunRecord.clone() |
RunRecord |
RunsData.getRun(long runId) |
RunRecord |
IQuantitativeMeasure.getRun(long runId)
It retrieves the run record with its information
|
| Modifier and Type | Method and Description |
|---|---|
List<RunRecord> |
RunsData.getRuns() |
List<RunRecord> |
IQuantitativeMeasure.getRuns()
It retrieves a set of run records with their information
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunsData.addRun(RunRecord record) |
void |
IQuantitativeMeasure.addRun(RunRecord record)
It adds the run record with its information
|
void |
RunsData.setRun(long runId,
RunRecord record) |
void |
IQuantitativeMeasure.setRun(long runId,
RunRecord record)
It sets the run record with its information
|
Copyright © 2018. All rights reserved.