public class EvaluationRun extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<EvaluatorType,Double> |
qualititativeScores
The qualitative measures scores e.g.
|
Map<EvaluatorType,org.apache.commons.math3.util.Pair<Double,Double>> |
qualititativeScoresWithVariance
The qualitative measures scores e.g.
|
| Constructor and Description |
|---|
EvaluationRun() |
EvaluationRun(String algorithmName,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores) |
EvaluationRun(String algorithmName,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores,
RunRecord quantitativeRecord) |
EvaluationRun(String algorithmName,
String implementation,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores) |
EvaluationRun(String algorithmName,
String implementation,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores,
int run) |
EvaluationRun(String algorithmName,
String implementation,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores,
int run,
LinkSpecification learnedLS) |
EvaluationRun(String algorithmName,
String implementation,
String datasetName,
Map<EvaluatorType,Double> evaluatorsScores,
LinkSpecification learnedLS) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRun |
clone() |
void |
display()
This method displays the evaluation run values in a tabular form
|
String |
getAlgorithmName() |
String |
getDatasetName() |
String |
getImplementationType() |
Set<EvaluatorType> |
getQualititativeMeasures() |
RunRecord |
getQuanititativeRecord() |
int |
getRunInExperiment() |
String |
Serialize(String separator) |
void |
setQuanititativeRecord(RunRecord quanititativeRecord) |
void |
setRunInExperiment(int runInExperiment) |
String |
toString() |
public Map<EvaluatorType,Double> qualititativeScores
public Map<EvaluatorType,org.apache.commons.math3.util.Pair<Double,Double>> qualititativeScoresWithVariance
public EvaluationRun()
public EvaluationRun(String algorithmName, String datasetName, Map<EvaluatorType,Double> evaluatorsScores)
algorithmName - The name of the evaluated algorithmdatasetName - The name of used dataset for evaluationevaluatorsScores - A map of pairs (evaluator,score), e.g (F-MEASURE,0.9)public EvaluationRun(String algorithmName, String implementation, String datasetName, Map<EvaluatorType,Double> evaluatorsScores)
algorithmName - The name of the evaluated algorithmimplementation - The implementation type of the evaluated algorithmdatasetName - The name of used dataset for evaluationevaluatorsScores - A map of pairs (evaluator,score), e.g (F-MEASURE,0.9)public EvaluationRun(String algorithmName, String implementation, String datasetName, Map<EvaluatorType,Double> evaluatorsScores, int run)
public EvaluationRun(String algorithmName, String implementation, String datasetName, Map<EvaluatorType,Double> evaluatorsScores, LinkSpecification learnedLS)
algorithmName - The name of the evaluated algorithmimplementation - The implementation type of the evaluated algorithmdatasetName - The name of used dataset for evaluationevaluatorsScores - A map of pairs (evaluator,score), e.g (F-MEASURE,0.9)learnedLS - learned LinkSpecpublic EvaluationRun(String algorithmName, String implementation, String datasetName, Map<EvaluatorType,Double> evaluatorsScores, int run, LinkSpecification learnedLS)
public EvaluationRun(String algorithmName, String datasetName, Map<EvaluatorType,Double> evaluatorsScores, RunRecord quantitativeRecord)
algorithmName - The name of the evaluated algorithmdatasetName - The name of used dataset for evaluationevaluatorsScores - A map of pairs (evaluator,score), e.g (F-MEASURE,0.9)quantitativeRecord - A record of the quantitative measures valuespublic Set<EvaluatorType> getQualititativeMeasures()
public void display()
public String getAlgorithmName()
public String getImplementationType()
public String getDatasetName()
public int getRunInExperiment()
public void setRunInExperiment(int runInExperiment)
public RunRecord getQuanititativeRecord()
public void setQuanititativeRecord(RunRecord quanititativeRecord)
public EvaluationRun clone()
Copyright © 2020. All rights reserved.