Tuesday 30 June 2015

ProbModelXMl Reader And Writer

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 :
The tag DecisionCriteria is used in multicriteria decision making. as follows:

<DecisionCriteria>

<Criterion name = string >
<AdditionalProperties />0..1
</Criterion>2..n
</DecisionCriteria>

Potential :
The tag DecisionCriteria is used in multicriteria decision making. as follows:

<Potential type="" name="">

<Variablies >
<Variable name="string"/>
</Variables>
<Values></Values>
</Potential>
My project involved parsing the above type of XML for the reader module.

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