<?xml version="1.0" encoding="UTF-8"?><smile version="1.0" id="bayesian_network" numsamples="1000">
  <nodes>
    <cpt id="rain">
      <state id="false"/>
      <state id="true"/>
      <probabilities>0.8 0.2 </probabilities>
    </cpt>
    <cpt id="sprinkler">
      <state id="false"/>
      <state id="true"/>
      <probabilities>0.9 0.1 </probabilities>
    </cpt>
    <cpt id="watson">
      <state id="false"/>
      <state id="true"/>
      <parents>rain </parents>
      <probabilities>0.8 0.2 0.0 1.0 </probabilities>
    </cpt>
    <cpt id="holmes">
      <state id="false"/>
      <state id="true"/>
      <parents>sprinkler rain </parents>
      <probabilities>1.0 0.0 0.0 1.0 0.09999999999999998 0.9 0.0 1.0 </probabilities>
    </cpt>
  </nodes>
  <extensions>
    <genie version="1.0" name="medx wet grass network" faultnameformat="nodestate">
      <node id="rain">
        <name>rain</name>
        <interior color="e5f6f7"/>
        <outline color="0000bb"/>
        <font color="000000" name="Arial" size="8"/>
        <position>20 20 148 52</position>
        <barchart active="true" width="128" height="64"/>
      </node>
      <node id="sprinkler">
        <name>sprinkler</name>
        <interior color="e5f6f7"/>
        <outline color="0000bb"/>
        <font color="000000" name="Arial" size="8"/>
        <position>188 20 316 52</position>
        <barchart active="true" width="128" height="64"/>
      </node>
      <node id="watson">
        <name>watson</name>
        <interior color="e5f6f7"/>
        <outline color="0000bb"/>
        <font color="000000" name="Arial" size="8"/>
        <position>20 144 148 176</position>
        <barchart active="true" width="128" height="64"/>
      </node>
      <node id="holmes">
        <name>holmes</name>
        <interior color="e5f6f7"/>
        <outline color="0000bb"/>
        <font color="000000" name="Arial" size="8"/>
        <position>188 144 316 176</position>
        <barchart active="true" width="128" height="64"/>
      </node>
    </genie>
  </extensions>
</smile>
