org.activemath.studentmodel2.evaluation
Class EvalReport
java.lang.Object
org.activemath.studentmodel2.evaluation.EvalReport
public class EvalReport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvalReport
public EvalReport()
getAvgStepPrediction
public List getAvgStepPrediction()
- Returns:
- the avgStepPrediction
setAvgStepPrediction
public void setAvgStepPrediction(List avgStepPrediction)
- Parameters:
avgStepPrediction - the avgStepPrediction to set
getAvgStepCount
public List getAvgStepCount()
- Returns:
- the avgStepCount
setAvgStepCount
public void setAvgStepCount(List avgStepCount)
- Parameters:
avgStepCount - the avgStepCount to set
getStepProbabilities
public List getStepProbabilities()
- Returns:
- the stepProbabilities
setStepProbabilities
public void setStepProbabilities(List stepProbabilities)
- Parameters:
stepProbabilities - the stepProbabilities to set
addEvidenceProb
public void addEvidenceProb(int stepNum,
double estimatedProbability,
double result)