|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.assessment.tbm.TransferableBeliefModel
public class TransferableBeliefModel
| Constructor Summary | |
|---|---|
TransferableBeliefModel()
|
|
| Method Summary | |
|---|---|
IBeliefContainer |
estimateConceptMastery(Collection masteries)
Computes a complete mastery (value in [0, 100]), given masteries for all competencies |
IBeliefContainer |
estimateMastery(Collection evidences)
Calculate the beliefs and estimate the mastery based on the beliefs. |
IBeliefContainer |
estimateMastery(Collection directEvidences,
Collection indirectEvidences)
Calculate the beliefs and estimate the mastery based on the beliefs. |
String |
getName()
Get the name of the belief model in use |
boolean |
isPositiveEvidence(Evidence evidence)
Determines whether the given exercise is a positive evidence or a negative one - needed to determine the direction of propagation of indirect evidence. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransferableBeliefModel()
| Method Detail |
|---|
public IBeliefContainer estimateMastery(Collection evidences)
IBeliefModel
estimateMastery in interface IBeliefModelevidences - - A list of evidences to be taken into account
public String getName()
IBeliefModel
getName in interface IBeliefModelpublic boolean isPositiveEvidence(Evidence evidence)
IBeliefModel
isPositiveEvidence in interface IBeliefModelpublic IBeliefContainer estimateConceptMastery(Collection masteries)
IBeliefModel
estimateConceptMastery in interface IBeliefModelmasteries - - a collection containing the different masteries
as List of BeliefContainers for each competency
public IBeliefContainer estimateMastery(Collection directEvidences,
Collection indirectEvidences)
IBeliefModel
estimateMastery in interface IBeliefModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||