I worked on ProbModelXML reader and writer module for this project.My Project involved solving various bugs which were present in the module. It also involved solving the various TODO's to be done. Some of TODO's are
Decision Criteria :
Decision Criteria :
The tag DecisionCriteria is used in multicriteria decision making. as follows:
<DecisionCriteria>
<Criterion name = string >
<AdditionalProperties />0..1
</Criterion>2..n
</DecisionCriteria>
The tag DecisionCriteria is used in multicriteria decision making. as follows:
<Potential type="" name="">
<Variablies >
<Variable name="string"/>
</Variables>
<Values></Values>
<Values></Values>
</Potential>
For writer class my project involved given an instance of Bayesian Model, create a probmodelxml file of that given Bayesian Model.
No comments:
Post a Comment