public class EvaluationStats<Content> extends Object implements IEvaluation<Content>
IEvaluation.EVStatsType, IEvaluation.EVType
Constructor and Description |
---|
EvaluationStats(IEvaluation.EVType type,
Content content) |
Modifier and Type | Method and Description |
---|---|
Content |
getContent() |
double |
getMAE() |
double |
getPctCorrect() |
double |
getPctInCorrect() |
double |
getRMSE() |
Hashtable<IEvaluation.EVStatsType,Double> |
getStats() |
IEvaluation.EVType |
getType() |
void |
setContent(Content content) |
void |
setMAE(double MAE) |
void |
setPctCorrect(double pct) |
void |
setPctInCorrect(double pct) |
void |
setRMSE(double rMSE) |
void |
setType(IEvaluation.EVType type) |
String |
toString() |
public EvaluationStats(IEvaluation.EVType type, Content content)
public Hashtable<IEvaluation.EVStatsType,Double> getStats()
public double getPctInCorrect()
public void setPctInCorrect(double pct)
public double getPctCorrect()
public void setPctCorrect(double pct)
public double getMAE()
public void setMAE(double MAE)
public double getRMSE()
public void setRMSE(double rMSE)
public IEvaluation.EVType getType()
getType
in interface IEvaluation<Content>
public void setType(IEvaluation.EVType type)
setType
in interface IEvaluation<Content>
public void setContent(Content content)
setContent
in interface IEvaluation<Content>
public Content getContent()
getContent
in interface IEvaluation<Content>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.