|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.simulation.SimulationReport
public class SimulationReport
| Constructor Summary | |
|---|---|
SimulationReport()
Default constructor, initializes some data structures... |
|
| Method Summary | |
|---|---|
void |
calculateMetrics()
Calculate metrics like avg. errors and std deviation etc. |
Double[] |
getAvgStepErr()
|
Map |
getConceptErr()
|
int |
getCorrectnessThreshold()
|
int[] |
getMasteryDistribution()
|
double[] |
getMasteryErrSum()
|
double |
getMasteryErrSum(int mastery)
|
int |
getMasteyCnt(int mastery)
|
ErrorContainer |
getOverallErr()
|
String |
getSimulationId()
|
Map |
getSimuleeConceptEstimationErrors()
Get the map containing all errors of the estimations of the LM simulation data format: key: simuleeId value: Map with key: conceptId value: Integer[] with estimation errors for each step |
Map |
getSimulees()
|
Map |
getUserConceptErr()
|
Map |
getUserErr()
|
void |
setAvgStepErr(Double[] avgStepErr)
|
void |
setConceptErr(Map conceptErr)
|
void |
setCorrectnessThreshold(int correctnessThreshold)
|
void |
setMasteryDistribution(int[] masteryDistribution)
|
void |
setMasteryErrSum(double[] masteryErrSum)
|
void |
setOverallErr(ErrorContainer overallErr)
|
void |
setSimulationId(String simulationId)
|
void |
setSimuleeConceptEstimationErrors(Map simuleeConceptEstimationErrors)
|
void |
setSimulees(Map simulees)
|
void |
setUserConceptErr(Map userConceptErr)
|
void |
setUserErr(Map userErr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimulationReport()
| Method Detail |
|---|
public int getMasteyCnt(int mastery)
public double getMasteryErrSum(int mastery)
public Double[] getAvgStepErr()
public void setAvgStepErr(Double[] avgStepErr)
avgStepErr - the avgStepErr to setpublic Map getSimuleeConceptEstimationErrors()
public void setSimuleeConceptEstimationErrors(Map simuleeConceptEstimationErrors)
simuleeConceptEstimationErrors - the simuleeConceptEstimationErrors to setpublic String getSimulationId()
public void setSimulationId(String simulationId)
simulationId - the simulationId to setpublic Map getSimulees()
public void setSimulees(Map simulees)
simulees - the simulees to setpublic void calculateMetrics()
public Map getConceptErr()
public void setConceptErr(Map conceptErr)
conceptErr - the conceptErr to setpublic int getCorrectnessThreshold()
public void setCorrectnessThreshold(int correctnessThreshold)
correctnessThreshold - the correctnessThreshold to setpublic ErrorContainer getOverallErr()
public void setOverallErr(ErrorContainer overallErr)
overallErr - the overallErr to setpublic Map getUserConceptErr()
public void setUserConceptErr(Map userConceptErr)
userConceptErr - the userConceptErr to setpublic Map getUserErr()
public void setUserErr(Map userErr)
userErr - the userErr to setpublic int[] getMasteryDistribution()
public void setMasteryDistribution(int[] masteryDistribution)
masteryDistribution - the masteryDistribution to setpublic double[] getMasteryErrSum()
public void setMasteryErrSum(double[] masteryErrSum)
masteryErrSum - the masteryErrSum to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||