<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<PMML version="3.2" xmlns="http://www.dmg.org/PMML-3_2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dmg.org/PMML-3_2 http://www.dmg.org/v3-2/pmml-3-2.xsd">
 <Header copyright="Copyright (c) 2009 Zementis Inc. (www.zementis.com)" description="RPart Decision Tree Model">
  <Timestamp>Feb 26, 2009</Timestamp>
 </Header>
 <DataDictionary numberOfFields="7">
  <DataField name="s_s_temp" optype="continuous" dataType="double"/>
  <DataField name="latitude" optype="continuous" dataType="double"/>
  <DataField name="longitude" optype="continuous" dataType="double"/>
  <DataField name="zon_winds" optype="continuous" dataType="double"/>
  <DataField name="mer_winds" optype="continuous" dataType="double"/>
  <DataField name="humidity" optype="continuous" dataType="double"/>
  <DataField name="airtemp" optype="continuous" dataType="double"/>
 </DataDictionary>
 <TreeModel modelName="elNino_regression_tree_rpart" functionName="regression" algorithmName="rpart" splitCharacteristic="binarySplit" missingValueStrategy="defaultChild">
  <MiningSchema>
   <MiningField name="s_s_temp" usageType="predicted"/>
   <MiningField name="latitude" usageType="active" invalidValueTreatment="asMissing" />
   <MiningField name="longitude" usageType="active" invalidValueTreatment="asMissing" />
   <MiningField name="zon_winds" usageType="active" invalidValueTreatment="asMissing" />
   <MiningField name="mer_winds" usageType="active" invalidValueTreatment="asMissing" />
   <MiningField name="humidity" usageType="active" invalidValueTreatment="asMissing" />
   <MiningField name="airtemp" usageType="active" invalidValueTreatment="asMissing" />
  </MiningSchema>
  <Node id="1" score="28.2932581100141" recordCount="709" defaultChild="3">
   <True/>
   <Node id="2" score="25.7826315789474" recordCount="114" defaultChild="4">
    <SimplePredicate field="airtemp" operator="lessThan" value="26.555"/>
    <Node id="4" score="25.139375" recordCount="64" defaultChild="8">
     <CompoundPredicate booleanOperator="surrogate">
      <SimplePredicate field="airtemp" operator="lessThan" value="25.46"/>
      <SimplePredicate field="longitude" operator="greaterOrEqual" value="-139.935"/>
      <SimplePredicate field="latitude" operator="greaterOrEqual" value="-1.995"/>
      <SimplePredicate field="mer_winds" operator="greaterOrEqual" value="-0.8"/>
      <SimplePredicate field="zon_winds" operator="greaterOrEqual" value="-5.3"/>
      <SimplePredicate field="humidity" operator="lessThan" value="92.1"/>
     </CompoundPredicate>
     <Node id="8" score="23.623" recordCount="10">
      <SimplePredicate field="airtemp" operator="lessThan" value="24.055"/>
     </Node>
     <Node id="9" score="25.4201851851852" recordCount="54">
      <SimplePredicate field="airtemp" operator="greaterOrEqual" value="24.055"/>
     </Node>
    </Node>
    <Node id="5" score="26.606" recordCount="50">
     <CompoundPredicate booleanOperator="surrogate">
      <SimplePredicate field="airtemp" operator="greaterOrEqual" value="25.46"/>
      <SimplePredicate field="longitude" operator="lessThan" value="-139.935"/>
      <SimplePredicate field="latitude" operator="lessThan" value="-1.995"/>
      <SimplePredicate field="mer_winds" operator="lessThan" value="-0.8"/>
      <SimplePredicate field="zon_winds" operator="lessThan" value="-5.3"/>
      <SimplePredicate field="humidity" operator="greaterOrEqual" value="92.1"/>
     </CompoundPredicate>
    </Node>
   </Node>
   <Node id="3" score="28.7742857142857" recordCount="595" defaultChild="6">
    <SimplePredicate field="airtemp" operator="greaterOrEqual" value="26.555"/>
    <Node id="6" score="28.0428925619835" recordCount="121" defaultChild="12">
     <CompoundPredicate booleanOperator="surrogate">
      <SimplePredicate field="airtemp" operator="lessThan" value="27.475"/>
      <SimplePredicate field="latitude" operator="greaterOrEqual" value="8.52"/>
     </CompoundPredicate>
     <Node id="12" score="27.9269724770642" recordCount="109">
      <SimplePredicate field="longitude" operator="lessThan" value="25.965"/>
     </Node>
     <Node id="13" score="29.0958333333333" recordCount="12">
      <SimplePredicate field="longitude" operator="greaterOrEqual" value="25.965"/>
     </Node>
    </Node>
    <Node id="7" score="28.9609915611814" recordCount="474" defaultChild="14">
     <CompoundPredicate booleanOperator="surrogate">
      <SimplePredicate field="airtemp" operator="greaterOrEqual" value="27.475"/>
      <SimplePredicate field="latitude" operator="lessThan" value="8.52"/>
     </CompoundPredicate>
     <Node id="14" score="28.7541592920354" recordCount="339" defaultChild="29">
      <CompoundPredicate booleanOperator="surrogate">
       <SimplePredicate field="airtemp" operator="lessThan" value="28.475"/>
       <SimplePredicate field="latitude" operator="greaterOrEqual" value="-8.275"/>
      </CompoundPredicate>
      <Node id="28" score="28.4906010928962" recordCount="183" defaultChild="56">
       <CompoundPredicate booleanOperator="surrogate">
        <SimplePredicate field="latitude" operator="greaterOrEqual" value="0.085"/>
        <SimplePredicate field="longitude" operator="greaterOrEqual" value="-170.015"/>
       </CompoundPredicate>
       <Node id="56" score="27.1692307692308" recordCount="13">
        <SimplePredicate field="latitude" operator="lessThan" value="1.975"/>
       </Node>
       <Node id="57" score="28.5916470588235" recordCount="170" defaultChild="114">
        <SimplePredicate field="latitude" operator="greaterOrEqual" value="1.975"/>
        <Node id="114" score="28.2225333333333" recordCount="75">
         <CompoundPredicate booleanOperator="surrogate">
          <SimplePredicate field="longitude" operator="lessThan" value="-154.935"/>
          <SimplePredicate field="latitude" operator="lessThan" value="1.995"/>
          <SimplePredicate field="zon_winds" operator="lessThan" value="-7.25"/>
          <SimplePredicate field="mer_winds" operator="lessThan" value="-4.45"/>
         </CompoundPredicate>
        </Node>
        <Node id="115" score="28.8830526315789" recordCount="95">
         <CompoundPredicate booleanOperator="surrogate">
          <SimplePredicate field="longitude" operator="greaterOrEqual" value="-154.935"/>
          <SimplePredicate field="latitude" operator="greaterOrEqual" value="1.995"/>
          <SimplePredicate field="zon_winds" operator="greaterOrEqual" value="-7.25"/>
          <SimplePredicate field="mer_winds" operator="greaterOrEqual" value="-4.45"/>
         </CompoundPredicate>
        </Node>
       </Node>
      </Node>
      <Node id="29" score="29.0633333333333" recordCount="156">
       <CompoundPredicate booleanOperator="surrogate">
        <SimplePredicate field="latitude" operator="lessThan" value="0.085"/>
        <SimplePredicate field="longitude" operator="lessThan" value="-170.015"/>
       </CompoundPredicate>
      </Node>
     </Node>
     <Node id="15" score="29.4803703703704" recordCount="135">
      <CompoundPredicate booleanOperator="surrogate">
       <SimplePredicate field="airtemp" operator="greaterOrEqual" value="28.475"/>
       <SimplePredicate field="latitude" operator="lessThan" value="-8.275"/>
      </CompoundPredicate>
     </Node>
    </Node>
   </Node>
  </Node>
 </TreeModel>
</PMML>
