org.activemath.studentmodel2.evaluation
Class EvalReport

java.lang.Object
  extended by org.activemath.studentmodel2.evaluation.EvalReport

public class EvalReport
extends Object


Constructor Summary
EvalReport()
           
 
Method Summary
 void addEvidenceProb(int stepNum, double estimatedProbability, double result)
           
 List getAvgStepCount()
           
 List getAvgStepPrediction()
           
 List getStepProbabilities()
           
 void setAvgStepCount(List avgStepCount)
           
 void setAvgStepPrediction(List avgStepPrediction)
           
 void setStepProbabilities(List stepProbabilities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalReport

public EvalReport()
Method Detail

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)