source: src/test/java/weka/classifiers/pmml/data/HEART_RBF.xml @ 4

Last change on this file since 4 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 29.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<PMML version="3.0" xmlns="http://www.dmg.org/PMML-3_0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3<Header copyright="Copyright (c) Integral Solutions Ltd., 1994 - 2005. All rights reserved.">
4<Application name="Clementine" version="10.0"/>
5<Annotation>Exported with PMML extensions for use with SPSS SmartScore</Annotation>
6</Header>
7<DataDictionary numberOfFields="15">
8<DataField name="age" optype="continuous" dataType="integer">
9<Extension name="storageType" value="numeric"/>
10<Extension name="measure" value="range"/>
11</DataField>
12<DataField name="ca" optype="continuous" dataType="integer">
13<Extension name="storageType" value="numeric"/>
14<Extension name="measure" value="range"/>
15</DataField>
16<DataField name="chol" optype="continuous" dataType="integer">
17<Extension name="storageType" value="numeric"/>
18<Extension name="measure" value="range"/>
19</DataField>
20<DataField name="cp" optype="categorical" dataType="string">
21<Extension name="storageType" value="string"/>
22<Extension name="measure" value="set"/>
23<Value value="asympt" property="valid"/>
24<Value value="atyp_angina" property="valid"/>
25<Value value="non_anginal" property="valid"/>
26<Value value="typ_angina" property="valid"/>
27</DataField>
28<DataField name="exang" optype="categorical" dataType="string">
29<Extension name="storageType" value="string"/>
30<Extension name="measure" value="set"/>
31<Value value="no" property="valid"/>
32<Value value="yes" property="valid"/>
33</DataField>
34<DataField name="fbs" optype="categorical" dataType="string">
35<Extension name="storageType" value="string"/>
36<Extension name="measure" value="set"/>
37<Value value="f" property="valid"/>
38<Value value="t" property="valid"/>
39</DataField>
40<DataField name="oldpeak" optype="continuous" dataType="double">
41<Extension name="storageType" value="numeric"/>
42<Extension name="measure" value="range"/>
43</DataField>
44<DataField name="restecg" optype="categorical" dataType="string">
45<Extension name="storageType" value="string"/>
46<Extension name="measure" value="set"/>
47<Value value="left_vent_hyper" property="valid"/>
48<Value value="normal" property="valid"/>
49<Value value="st_t_wave_abnormality" property="valid"/>
50</DataField>
51<DataField name="sex" optype="categorical" dataType="string">
52<Extension name="storageType" value="string"/>
53<Extension name="measure" value="set"/>
54<Value value="female" property="valid"/>
55<Value value="male" property="valid"/>
56</DataField>
57<DataField name="slope" optype="categorical" dataType="string">
58<Extension name="storageType" value="string"/>
59<Extension name="measure" value="set"/>
60<Value value="down" property="valid"/>
61<Value value="flat" property="valid"/>
62<Value value="up" property="valid"/>
63</DataField>
64<DataField name="thal" optype="categorical" dataType="string">
65<Extension name="storageType" value="string"/>
66<Extension name="measure" value="set"/>
67<Value value="fixed_defect" property="valid"/>
68<Value value="normal" property="valid"/>
69<Value value="reversable_defect" property="valid"/>
70</DataField>
71<DataField name="thalach" optype="continuous" dataType="integer">
72<Extension name="storageType" value="numeric"/>
73<Extension name="measure" value="range"/>
74</DataField>
75<DataField name="trestbps" optype="continuous" dataType="integer">
76<Extension name="storageType" value="numeric"/>
77<Extension name="measure" value="range"/>
78</DataField>
79<DataField name="$L-num" optype="categorical" dataType="string">
80<Extension name="storageType" value="string"/>
81<Extension name="measure" value="set"/>
82<Value value="&lt;50" property="valid"/>
83<Value value="&gt;50_1" property="valid"/>
84</DataField>
85<DataField name="$NC-num" optype="continuous" dataType="double">
86<Extension name="storageType" value="numeric"/>
87<Extension name="measure" value="range"/>
88</DataField>
89</DataDictionary>
90<NeuralNetwork modelName="HEART_RBF" functionName="classification" algorithmName="Neural Net" activationFunction="radialBasis">
91<Extension name="normalizationMethod" value="limitedDifference"/>
92<MiningSchema>
93<MiningField name="age" usageType="active" missingValueReplacement="53.0" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="29.0" highValue="77.0"/>
94<MiningField name="ca" usageType="active" missingValueReplacement="1.5" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="0.0" highValue="3.0"/>
95<MiningField name="chol" usageType="active" missingValueReplacement="345.0" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="126.0" highValue="564.0"/>
96<MiningField name="cp" usageType="active"/>
97<MiningField name="exang" usageType="active"/>
98<MiningField name="fbs" usageType="active"/>
99<MiningField name="oldpeak" usageType="active" missingValueReplacement="3.1" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="0.0" highValue="6.2"/>
100<MiningField name="restecg" usageType="active"/>
101<MiningField name="sex" usageType="active"/>
102<MiningField name="slope" usageType="active"/>
103<MiningField name="thal" usageType="active"/>
104<MiningField name="thalach" usageType="active" missingValueReplacement="136.5" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="71.0" highValue="202.0"/>
105<MiningField name="trestbps" usageType="active" missingValueReplacement="147.0" missingValueTreatment="asMedian" outliers="asExtremeValues" lowValue="94.0" highValue="200.0"/>
106<MiningField name="$L-num" usageType="predicted"/>
107<MiningField name="$NC-num" usageType="supplementary"/>
108</MiningSchema>
109<NeuralInputs>
110<NeuralInput id="0">
111<DerivedField optype="continuous" dataType="double">
112<NormContinuous field="age">
113<LinearNorm orig="29" norm="0"/>
114<LinearNorm orig="77" norm="1"/>
115</NormContinuous>
116</DerivedField>
117</NeuralInput>
118<NeuralInput id="1">
119<DerivedField optype="continuous" dataType="double">
120<NormContinuous field="ca">
121<LinearNorm orig="0" norm="0"/>
122<LinearNorm orig="3" norm="1"/>
123</NormContinuous>
124</DerivedField>
125</NeuralInput>
126<NeuralInput id="2">
127<DerivedField optype="continuous" dataType="double">
128<NormContinuous field="chol">
129<LinearNorm orig="126" norm="0"/>
130<LinearNorm orig="564" norm="1"/>
131</NormContinuous>
132</DerivedField>
133</NeuralInput>
134<NeuralInput id="3">
135<DerivedField optype="continuous" dataType="double">
136<NormDiscrete field="cp" value="asympt"/>
137</DerivedField>
138</NeuralInput>
139<NeuralInput id="4">
140<DerivedField optype="continuous" dataType="double">
141<NormDiscrete field="cp" value="atyp_angina"/>
142</DerivedField>
143</NeuralInput>
144<NeuralInput id="5">
145<DerivedField optype="continuous" dataType="double">
146<NormDiscrete field="cp" value="non_anginal"/>
147</DerivedField>
148</NeuralInput>
149<NeuralInput id="6">
150<DerivedField optype="continuous" dataType="double">
151<NormDiscrete field="cp" value="typ_angina"/>
152</DerivedField>
153</NeuralInput>
154<NeuralInput id="7">
155<DerivedField optype="continuous" dataType="double">
156<NormDiscrete field="exang" value="no"/>
157</DerivedField>
158</NeuralInput>
159<NeuralInput id="8">
160<DerivedField optype="continuous" dataType="double">
161<NormDiscrete field="exang" value="yes"/>
162</DerivedField>
163</NeuralInput>
164<NeuralInput id="9">
165<DerivedField optype="continuous" dataType="double">
166<NormDiscrete field="fbs" value="f"/>
167</DerivedField>
168</NeuralInput>
169<NeuralInput id="10">
170<DerivedField optype="continuous" dataType="double">
171<NormDiscrete field="fbs" value="t"/>
172</DerivedField>
173</NeuralInput>
174<NeuralInput id="11">
175<DerivedField optype="continuous" dataType="double">
176<NormContinuous field="oldpeak">
177<LinearNorm orig="0" norm="0"/>
178<LinearNorm orig="6.2" norm="1"/>
179</NormContinuous>
180</DerivedField>
181</NeuralInput>
182<NeuralInput id="12">
183<DerivedField optype="continuous" dataType="double">
184<NormDiscrete field="restecg" value="left_vent_hyper"/>
185</DerivedField>
186</NeuralInput>
187<NeuralInput id="13">
188<DerivedField optype="continuous" dataType="double">
189<NormDiscrete field="restecg" value="normal"/>
190</DerivedField>
191</NeuralInput>
192<NeuralInput id="14">
193<DerivedField optype="continuous" dataType="double">
194<NormDiscrete field="restecg" value="st_t_wave_abnormality"/>
195</DerivedField>
196</NeuralInput>
197<NeuralInput id="15">
198<DerivedField optype="continuous" dataType="double">
199<NormDiscrete field="sex" value="female"/>
200</DerivedField>
201</NeuralInput>
202<NeuralInput id="16">
203<DerivedField optype="continuous" dataType="double">
204<NormDiscrete field="sex" value="male"/>
205</DerivedField>
206</NeuralInput>
207<NeuralInput id="17">
208<DerivedField optype="continuous" dataType="double">
209<NormDiscrete field="slope" value="down"/>
210</DerivedField>
211</NeuralInput>
212<NeuralInput id="18">
213<DerivedField optype="continuous" dataType="double">
214<NormDiscrete field="slope" value="flat"/>
215</DerivedField>
216</NeuralInput>
217<NeuralInput id="19">
218<DerivedField optype="continuous" dataType="double">
219<NormDiscrete field="slope" value="up"/>
220</DerivedField>
221</NeuralInput>
222<NeuralInput id="20">
223<DerivedField optype="continuous" dataType="double">
224<NormDiscrete field="thal" value="fixed_defect"/>
225</DerivedField>
226</NeuralInput>
227<NeuralInput id="21">
228<DerivedField optype="continuous" dataType="double">
229<NormDiscrete field="thal" value="normal"/>
230</DerivedField>
231</NeuralInput>
232<NeuralInput id="22">
233<DerivedField optype="continuous" dataType="double">
234<NormDiscrete field="thal" value="reversable_defect"/>
235</DerivedField>
236</NeuralInput>
237<NeuralInput id="23">
238<DerivedField optype="continuous" dataType="double">
239<NormContinuous field="thalach">
240<LinearNorm orig="71" norm="0"/>
241<LinearNorm orig="202" norm="1"/>
242</NormContinuous>
243</DerivedField>
244</NeuralInput>
245<NeuralInput id="24">
246<DerivedField optype="continuous" dataType="double">
247<NormContinuous field="trestbps">
248<LinearNorm orig="94" norm="0"/>
249<LinearNorm orig="200" norm="1"/>
250</NormContinuous>
251</DerivedField>
252</NeuralInput>
253</NeuralInputs>
254<NeuralLayer activationFunction="radialBasis">
255<Neuron id="25" width="2.0433125505">
256<Con from="0" weight="0.729166666667"/>
257<Con from="1" weight="0.166666666667"/>
258<Con from="2" weight="0.300228310502"/>
259<Con from="3" weight="0"/>
260<Con from="4" weight="0"/>
261<Con from="5" weight="0"/>
262<Con from="6" weight="1"/>
263<Con from="7" weight="1"/>
264<Con from="8" weight="0"/>
265<Con from="9" weight="0"/>
266<Con from="10" weight="1"/>
267<Con from="11" weight="0.298387096774"/>
268<Con from="12" weight="1"/>
269<Con from="13" weight="0"/>
270<Con from="14" weight="0"/>
271<Con from="15" weight="0"/>
272<Con from="16" weight="1"/>
273<Con from="17" weight="0.5"/>
274<Con from="18" weight="0.5"/>
275<Con from="19" weight="0"/>
276<Con from="20" weight="0.5"/>
277<Con from="21" weight="0.5"/>
278<Con from="22" weight="0"/>
279<Con from="23" weight="0.69465648855"/>
280<Con from="24" weight="0.448113207547"/>
281</Neuron>
282<Neuron id="26" width="1.53797929102">
283<Con from="0" weight="0.616666666667"/>
284<Con from="1" weight="0"/>
285<Con from="2" weight="0.318264840183"/>
286<Con from="3" weight="1"/>
287<Con from="4" weight="0"/>
288<Con from="5" weight="0"/>
289<Con from="6" weight="0"/>
290<Con from="7" weight="0.4"/>
291<Con from="8" weight="0.6"/>
292<Con from="9" weight="1"/>
293<Con from="10" weight="0"/>
294<Con from="11" weight="0.109677419355"/>
295<Con from="12" weight="0"/>
296<Con from="13" weight="0.8"/>
297<Con from="14" weight="0.2"/>
298<Con from="15" weight="1"/>
299<Con from="16" weight="0"/>
300<Con from="17" weight="0"/>
301<Con from="18" weight="0.4"/>
302<Con from="19" weight="0.6"/>
303<Con from="20" weight="0"/>
304<Con from="21" weight="1"/>
305<Con from="22" weight="0"/>
306<Con from="23" weight="0.577099236641"/>
307<Con from="24" weight="0.505660377358"/>
308</Neuron>
309<Neuron id="27" width="1.61974509641">
310<Con from="0" weight="0.5625"/>
311<Con from="1" weight="0.6"/>
312<Con from="2" weight="0.262100456621"/>
313<Con from="3" weight="0.2"/>
314<Con from="4" weight="0"/>
315<Con from="5" weight="0.6"/>
316<Con from="6" weight="0.2"/>
317<Con from="7" weight="1"/>
318<Con from="8" weight="0"/>
319<Con from="9" weight="0.6"/>
320<Con from="10" weight="0.4"/>
321<Con from="11" weight="0.187096774194"/>
322<Con from="12" weight="0"/>
323<Con from="13" weight="1"/>
324<Con from="14" weight="0"/>
325<Con from="15" weight="0"/>
326<Con from="16" weight="1"/>
327<Con from="17" weight="0"/>
328<Con from="18" weight="1"/>
329<Con from="19" weight="0"/>
330<Con from="20" weight="0"/>
331<Con from="21" weight="0"/>
332<Con from="22" weight="1"/>
333<Con from="23" weight="0.662595419847"/>
334<Con from="24" weight="0.371698113208"/>
335</Neuron>
336<Neuron id="28" width="1.45970244724">
337<Con from="0" weight="0.466666666667"/>
338<Con from="1" weight="0.466666666667"/>
339<Con from="2" weight="0.312328767123"/>
340<Con from="3" weight="1"/>
341<Con from="4" weight="0"/>
342<Con from="5" weight="0"/>
343<Con from="6" weight="0"/>
344<Con from="7" weight="0.4"/>
345<Con from="8" weight="0.6"/>
346<Con from="9" weight="0.6"/>
347<Con from="10" weight="0.4"/>
348<Con from="11" weight="0.103225806452"/>
349<Con from="12" weight="0.8"/>
350<Con from="13" weight="0.2"/>
351<Con from="14" weight="0"/>
352<Con from="15" weight="0"/>
353<Con from="16" weight="1"/>
354<Con from="17" weight="0"/>
355<Con from="18" weight="0"/>
356<Con from="19" weight="1"/>
357<Con from="20" weight="0"/>
358<Con from="21" weight="0"/>
359<Con from="22" weight="1"/>
360<Con from="23" weight="0.64427480916"/>
361<Con from="24" weight="0.260377358491"/>
362</Neuron>
363<Neuron id="29" width="1.55380666837">
364<Con from="0" weight="0.414930555556"/>
365<Con from="1" weight="0.0555555555556"/>
366<Con from="2" weight="0.278063165906"/>
367<Con from="3" weight="0.333333333333"/>
368<Con from="4" weight="0.458333333333"/>
369<Con from="5" weight="0.125"/>
370<Con from="6" weight="0.0833333333333"/>
371<Con from="7" weight="0.958333333333"/>
372<Con from="8" weight="0.0416666666667"/>
373<Con from="9" weight="0.958333333333"/>
374<Con from="10" weight="0.0416666666667"/>
375<Con from="11" weight="0.0510752688172"/>
376<Con from="12" weight="0.708333333333"/>
377<Con from="13" weight="0.291666666667"/>
378<Con from="14" weight="0"/>
379<Con from="15" weight="0.125"/>
380<Con from="16" weight="0.875"/>
381<Con from="17" weight="0"/>
382<Con from="18" weight="0"/>
383<Con from="19" weight="1"/>
384<Con from="20" weight="0.0416666666667"/>
385<Con from="21" weight="0.916666666667"/>
386<Con from="22" weight="0.0416666666667"/>
387<Con from="23" weight="0.740139949109"/>
388<Con from="24" weight="0.343553459119"/>
389</Neuron>
390<Neuron id="30" width="1.56258602904">
391<Con from="0" weight="0.535714285714"/>
392<Con from="1" weight="0.0952380952381"/>
393<Con from="2" weight="0.208088714938"/>
394<Con from="3" weight="0"/>
395<Con from="4" weight="0"/>
396<Con from="5" weight="1"/>
397<Con from="6" weight="0"/>
398<Con from="7" weight="1"/>
399<Con from="8" weight="0"/>
400<Con from="9" weight="1"/>
401<Con from="10" weight="0"/>
402<Con from="11" weight="0.108294930876"/>
403<Con from="12" weight="0.142857142857"/>
404<Con from="13" weight="0.714285714286"/>
405<Con from="14" weight="0.142857142857"/>
406<Con from="15" weight="1"/>
407<Con from="16" weight="0"/>
408<Con from="17" weight="0"/>
409<Con from="18" weight="1"/>
410<Con from="19" weight="0"/>
411<Con from="20" weight="0"/>
412<Con from="21" weight="0.857142857143"/>
413<Con from="22" weight="0.142857142857"/>
414<Con from="23" weight="0.587786259542"/>
415<Con from="24" weight="0.307277628032"/>
416</Neuron>
417<Neuron id="31" width="1.89815047743">
418<Con from="0" weight="0.53125"/>
419<Con from="1" weight="0.111111111111"/>
420<Con from="2" weight="0.252283105023"/>
421<Con from="3" weight="0.333333333333"/>
422<Con from="4" weight="0"/>
423<Con from="5" weight="0.666666666667"/>
424<Con from="6" weight="0"/>
425<Con from="7" weight="0.166666666667"/>
426<Con from="8" weight="0.833333333333"/>
427<Con from="9" weight="0.166666666667"/>
428<Con from="10" weight="0.833333333333"/>
429<Con from="11" weight="0.198924731183"/>
430<Con from="12" weight="0.5"/>
431<Con from="13" weight="0.5"/>
432<Con from="14" weight="0"/>
433<Con from="15" weight="0"/>
434<Con from="16" weight="1"/>
435<Con from="17" weight="0"/>
436<Con from="18" weight="1"/>
437<Con from="19" weight="0"/>
438<Con from="20" weight="0.166666666667"/>
439<Con from="21" weight="0.666666666667"/>
440<Con from="22" weight="0"/>
441<Con from="23" weight="0.587786259542"/>
442<Con from="24" weight="0.305031446541"/>
443</Neuron>
444<Neuron id="32" width="1.55400017452">
445<Con from="0" weight="0.673611111111"/>
446<Con from="1" weight="0.555555555556"/>
447<Con from="2" weight="0.316590563166"/>
448<Con from="3" weight="1"/>
449<Con from="4" weight="0"/>
450<Con from="5" weight="0"/>
451<Con from="6" weight="0"/>
452<Con from="7" weight="1"/>
453<Con from="8" weight="0"/>
454<Con from="9" weight="0.666666666667"/>
455<Con from="10" weight="0.333333333333"/>
456<Con from="11" weight="0.241935483871"/>
457<Con from="12" weight="0"/>
458<Con from="13" weight="1"/>
459<Con from="14" weight="0"/>
460<Con from="15" weight="1"/>
461<Con from="16" weight="0"/>
462<Con from="17" weight="0"/>
463<Con from="18" weight="1"/>
464<Con from="19" weight="0"/>
465<Con from="20" weight="0"/>
466<Con from="21" weight="1"/>
467<Con from="22" weight="0"/>
468<Con from="23" weight="0.371501272265"/>
469<Con from="24" weight="0.364779874214"/>
470</Neuron>
471<Neuron id="33" width="1.56512902078">
472<Con from="0" weight="0.615384615385"/>
473<Con from="1" weight="0.410256410256"/>
474<Con from="2" weight="0.310502283105"/>
475<Con from="3" weight="1"/>
476<Con from="4" weight="0"/>
477<Con from="5" weight="0"/>
478<Con from="6" weight="0"/>
479<Con from="7" weight="0"/>
480<Con from="8" weight="1"/>
481<Con from="9" weight="1"/>
482<Con from="10" weight="0"/>
483<Con from="11" weight="0.312655086849"/>
484<Con from="12" weight="1"/>
485<Con from="13" weight="0"/>
486<Con from="14" weight="0"/>
487<Con from="15" weight="0"/>
488<Con from="16" weight="1"/>
489<Con from="17" weight="0.0769230769231"/>
490<Con from="18" weight="0.769230769231"/>
491<Con from="19" weight="0.153846153846"/>
492<Con from="20" weight="0.0769230769231"/>
493<Con from="21" weight="0.384615384615"/>
494<Con from="22" weight="0.538461538462"/>
495<Con from="23" weight="0.472695243688"/>
496<Con from="24" weight="0.407837445573"/>
497</Neuron>
498<Neuron id="34" width="1.44140649594">
499<Con from="0" weight="0.440972222222"/>
500<Con from="1" weight="0.277777777778"/>
501<Con from="2" weight="0.20700152207"/>
502<Con from="3" weight="0.833333333333"/>
503<Con from="4" weight="0"/>
504<Con from="5" weight="0"/>
505<Con from="6" weight="0.166666666667"/>
506<Con from="7" weight="0.5"/>
507<Con from="8" weight="0.5"/>
508<Con from="9" weight="1"/>
509<Con from="10" weight="0"/>
510<Con from="11" weight="0.0672043010753"/>
511<Con from="12" weight="0"/>
512<Con from="13" weight="1"/>
513<Con from="14" weight="0"/>
514<Con from="15" weight="0"/>
515<Con from="16" weight="1"/>
516<Con from="17" weight="0"/>
517<Con from="18" weight="0"/>
518<Con from="19" weight="1"/>
519<Con from="20" weight="0"/>
520<Con from="21" weight="0"/>
521<Con from="22" weight="1"/>
522<Con from="23" weight="0.737913486005"/>
523<Con from="24" weight="0.34748427673"/>
524</Neuron>
525<Neuron id="35" width="1.53943580564">
526<Con from="0" weight="0.607142857143"/>
527<Con from="1" weight="0.142857142857"/>
528<Con from="2" weight="0.397586431833"/>
529<Con from="3" weight="0"/>
530<Con from="4" weight="0.142857142857"/>
531<Con from="5" weight="0.857142857143"/>
532<Con from="6" weight="0"/>
533<Con from="7" weight="1"/>
534<Con from="8" weight="0"/>
535<Con from="9" weight="0.428571428571"/>
536<Con from="10" weight="0.571428571429"/>
537<Con from="11" weight="0.0483870967742"/>
538<Con from="12" weight="0.714285714286"/>
539<Con from="13" weight="0.285714285714"/>
540<Con from="14" weight="0"/>
541<Con from="15" weight="1"/>
542<Con from="16" weight="0"/>
543<Con from="17" weight="0"/>
544<Con from="18" weight="0"/>
545<Con from="19" weight="1"/>
546<Con from="20" weight="0"/>
547<Con from="21" weight="1"/>
548<Con from="22" weight="0"/>
549<Con from="23" weight="0.594329334787"/>
550<Con from="24" weight="0.365229110512"/>
551</Neuron>
552<Neuron id="36" width="1.81333521429">
553<Con from="0" weight="0.319444444444"/>
554<Con from="1" weight="0"/>
555<Con from="2" weight="0.235920852359"/>
556<Con from="3" weight="0.333333333333"/>
557<Con from="4" weight="0"/>
558<Con from="5" weight="0.666666666667"/>
559<Con from="6" weight="0"/>
560<Con from="7" weight="0"/>
561<Con from="8" weight="1"/>
562<Con from="9" weight="1"/>
563<Con from="10" weight="0"/>
564<Con from="11" weight="0.0752688172043"/>
565<Con from="12" weight="1"/>
566<Con from="13" weight="0"/>
567<Con from="14" weight="0"/>
568<Con from="15" weight="1"/>
569<Con from="16" weight="0"/>
570<Con from="17" weight="0.333333333333"/>
571<Con from="18" weight="0.333333333333"/>
572<Con from="19" weight="0.333333333333"/>
573<Con from="20" weight="0"/>
574<Con from="21" weight="1"/>
575<Con from="22" weight="0"/>
576<Con from="23" weight="0.689567430025"/>
577<Con from="24" weight="0.345911949686"/>
578</Neuron>
579<Neuron id="37" width="1.71774051191">
580<Con from="0" weight="0.619791666667"/>
581<Con from="1" weight="0.291666666667"/>
582<Con from="2" weight="0.490582191781"/>
583<Con from="3" weight="0.875"/>
584<Con from="4" weight="0"/>
585<Con from="5" weight="0.125"/>
586<Con from="6" weight="0"/>
587<Con from="7" weight="0.875"/>
588<Con from="8" weight="0.125"/>
589<Con from="9" weight="1"/>
590<Con from="10" weight="0"/>
591<Con from="11" weight="0.302419354839"/>
592<Con from="12" weight="1"/>
593<Con from="13" weight="0"/>
594<Con from="14" weight="0"/>
595<Con from="15" weight="1"/>
596<Con from="16" weight="0"/>
597<Con from="17" weight="0.125"/>
598<Con from="18" weight="0.875"/>
599<Con from="19" weight="0"/>
600<Con from="20" weight="0"/>
601<Con from="21" weight="0.5"/>
602<Con from="22" weight="0.5"/>
603<Con from="23" weight="0.602099236641"/>
604<Con from="24" weight="0.377358490566"/>
605</Neuron>
606<Neuron id="38" width="1.55531002581">
607<Con from="0" weight="0.3625"/>
608<Con from="1" weight="0.2"/>
609<Con from="2" weight="0.242922374429"/>
610<Con from="3" weight="0.2"/>
611<Con from="4" weight="0.6"/>
612<Con from="5" weight="0.2"/>
613<Con from="6" weight="0"/>
614<Con from="7" weight="1"/>
615<Con from="8" weight="0"/>
616<Con from="9" weight="0.4"/>
617<Con from="10" weight="0.6"/>
618<Con from="11" weight="0.0612903225806"/>
619<Con from="12" weight="0"/>
620<Con from="13" weight="1"/>
621<Con from="14" weight="0"/>
622<Con from="15" weight="0"/>
623<Con from="16" weight="1"/>
624<Con from="17" weight="0.4"/>
625<Con from="18" weight="0"/>
626<Con from="19" weight="0.6"/>
627<Con from="20" weight="0"/>
628<Con from="21" weight="0"/>
629<Con from="22" weight="1"/>
630<Con from="23" weight="0.737404580153"/>
631<Con from="24" weight="0.167924528302"/>
632</Neuron>
633<Neuron id="39" width="1.51428832944">
634<Con from="0" weight="0.4375"/>
635<Con from="1" weight="0.111111111111"/>
636<Con from="2" weight="0.269406392694"/>
637<Con from="3" weight="0"/>
638<Con from="4" weight="0.777777777778"/>
639<Con from="5" weight="0"/>
640<Con from="6" weight="0.222222222222"/>
641<Con from="7" weight="1"/>
642<Con from="8" weight="0"/>
643<Con from="9" weight="1"/>
644<Con from="10" weight="0"/>
645<Con from="11" weight="0.132616487455"/>
646<Con from="12" weight="0"/>
647<Con from="13" weight="1"/>
648<Con from="14" weight="0"/>
649<Con from="15" weight="1"/>
650<Con from="16" weight="0"/>
651<Con from="17" weight="0.111111111111"/>
652<Con from="18" weight="0.222222222222"/>
653<Con from="19" weight="0.666666666667"/>
654<Con from="20" weight="0"/>
655<Con from="21" weight="1"/>
656<Con from="22" weight="0"/>
657<Con from="23" weight="0.65903307888"/>
658<Con from="24" weight="0.305031446541"/>
659</Neuron>
660<Neuron id="40" width="1.62268808191">
661<Con from="0" weight="0.610416666667"/>
662<Con from="1" weight="0.133333333333"/>
663<Con from="2" weight="0.27899543379"/>
664<Con from="3" weight="0.4"/>
665<Con from="4" weight="0"/>
666<Con from="5" weight="0.2"/>
667<Con from="6" weight="0.4"/>
668<Con from="7" weight="1"/>
669<Con from="8" weight="0"/>
670<Con from="9" weight="1"/>
671<Con from="10" weight="0"/>
672<Con from="11" weight="0.216129032258"/>
673<Con from="12" weight="1"/>
674<Con from="13" weight="0"/>
675<Con from="14" weight="0"/>
676<Con from="15" weight="0"/>
677<Con from="16" weight="1"/>
678<Con from="17" weight="0.1"/>
679<Con from="18" weight="0.9"/>
680<Con from="19" weight="0"/>
681<Con from="20" weight="0.1"/>
682<Con from="21" weight="0"/>
683<Con from="22" weight="0.9"/>
684<Con from="23" weight="0.651145038168"/>
685<Con from="24" weight="0.421698113208"/>
686</Neuron>
687<Neuron id="41" width="1.37624721701">
688<Con from="0" weight="0.6625"/>
689<Con from="1" weight="0.133333333333"/>
690<Con from="2" weight="0.375342465753"/>
691<Con from="3" weight="0"/>
692<Con from="4" weight="0"/>
693<Con from="5" weight="1"/>
694<Con from="6" weight="0"/>
695<Con from="7" weight="1"/>
696<Con from="8" weight="0"/>
697<Con from="9" weight="1"/>
698<Con from="10" weight="0"/>
699<Con from="11" weight="0.0387096774194"/>
700<Con from="12" weight="0"/>
701<Con from="13" weight="1"/>
702<Con from="14" weight="0"/>
703<Con from="15" weight="1"/>
704<Con from="16" weight="0"/>
705<Con from="17" weight="0"/>
706<Con from="18" weight="0"/>
707<Con from="19" weight="1"/>
708<Con from="20" weight="0"/>
709<Con from="21" weight="0.8"/>
710<Con from="22" weight="0.2"/>
711<Con from="23" weight="0.606106870229"/>
712<Con from="24" weight="0.394339622642"/>
713</Neuron>
714<Neuron id="42" width="1.64309963133">
715<Con from="0" weight="0.725"/>
716<Con from="1" weight="0.466666666667"/>
717<Con from="2" weight="0.258904109589"/>
718<Con from="3" weight="0.8"/>
719<Con from="4" weight="0"/>
720<Con from="5" weight="0"/>
721<Con from="6" weight="0.2"/>
722<Con from="7" weight="1"/>
723<Con from="8" weight="0"/>
724<Con from="9" weight="1"/>
725<Con from="10" weight="0"/>
726<Con from="11" weight="0.270967741935"/>
727<Con from="12" weight="0.4"/>
728<Con from="13" weight="0.6"/>
729<Con from="14" weight="0"/>
730<Con from="15" weight="0"/>
731<Con from="16" weight="1"/>
732<Con from="17" weight="0"/>
733<Con from="18" weight="1"/>
734<Con from="19" weight="0"/>
735<Con from="20" weight="0.4"/>
736<Con from="21" weight="0.6"/>
737<Con from="22" weight="0"/>
738<Con from="23" weight="0.381679389313"/>
739<Con from="24" weight="0.375471698113"/>
740</Neuron>
741<Neuron id="43" width="1.44508507394">
742<Con from="0" weight="0.408333333333"/>
743<Con from="1" weight="0.155555555556"/>
744<Con from="2" weight="0.256773211568"/>
745<Con from="3" weight="0"/>
746<Con from="4" weight="0.0666666666667"/>
747<Con from="5" weight="0.933333333333"/>
748<Con from="6" weight="0"/>
749<Con from="7" weight="1"/>
750<Con from="8" weight="0"/>
751<Con from="9" weight="0.933333333333"/>
752<Con from="10" weight="0.0666666666667"/>
753<Con from="11" weight="0.0870967741935"/>
754<Con from="12" weight="0.0666666666667"/>
755<Con from="13" weight="0.933333333333"/>
756<Con from="14" weight="0"/>
757<Con from="15" weight="0"/>
758<Con from="16" weight="1"/>
759<Con from="17" weight="0.2"/>
760<Con from="18" weight="0"/>
761<Con from="19" weight="0.8"/>
762<Con from="20" weight="0"/>
763<Con from="21" weight="1"/>
764<Con from="22" weight="0"/>
765<Con from="23" weight="0.72213740458"/>
766<Con from="24" weight="0.310691823899"/>
767</Neuron>
768<Neuron id="44" width="1.58238231275">
769<Con from="0" weight="0.516666666667"/>
770<Con from="1" weight="0.3"/>
771<Con from="2" weight="0.323059360731"/>
772<Con from="3" weight="1"/>
773<Con from="4" weight="0"/>
774<Con from="5" weight="0"/>
775<Con from="6" weight="0"/>
776<Con from="7" weight="0"/>
777<Con from="8" weight="1"/>
778<Con from="9" weight="1"/>
779<Con from="10" weight="0"/>
780<Con from="11" weight="0.287096774194"/>
781<Con from="12" weight="0"/>
782<Con from="13" weight="1"/>
783<Con from="14" weight="0"/>
784<Con from="15" weight="0.1"/>
785<Con from="16" weight="0.9"/>
786<Con from="17" weight="0.1"/>
787<Con from="18" weight="0.9"/>
788<Con from="19" weight="0"/>
789<Con from="20" weight="0.1"/>
790<Con from="21" weight="0"/>
791<Con from="22" weight="0.9"/>
792<Con from="23" weight="0.356488549618"/>
793<Con from="24" weight="0.366037735849"/>
794</Neuron>
795</NeuralLayer>
796<NeuralLayer activationFunction="identity">
797<Neuron id="45" bias="0.244211823198">
798<Con from="25" weight="0.40491247351"/>
799<Con from="26" weight="0.660233411984"/>
800<Con from="27" weight="-0.557872448029"/>
801<Con from="28" weight="-0.864537972738"/>
802<Con from="29" weight="0.68145567777"/>
803<Con from="30" weight="0.806874412673"/>
804<Con from="31" weight="-0.0233999285939"/>
805<Con from="32" weight="-0.257231469399"/>
806<Con from="33" weight="-0.411482704419"/>
807<Con from="34" weight="-0.238597629225"/>
808<Con from="35" weight="0.0326397091282"/>
809<Con from="36" weight="0.610340175215"/>
810<Con from="37" weight="-0.626148606469"/>
811<Con from="38" weight="0.966856878193"/>
812<Con from="39" weight="-0.0216540278491"/>
813<Con from="40" weight="0.566254999095"/>
814<Con from="41" weight="-0.214526565981"/>
815<Con from="42" weight="-0.580836037738"/>
816<Con from="43" weight="-0.100524937831"/>
817<Con from="44" weight="-0.0807023546825"/>
818</Neuron>
819<Neuron id="46" bias="0.755788176802">
820<Con from="25" weight="-0.40491247351"/>
821<Con from="26" weight="-0.660233411985"/>
822<Con from="27" weight="0.557872448028"/>
823<Con from="28" weight="0.864537972738"/>
824<Con from="29" weight="-0.68145567777"/>
825<Con from="30" weight="-0.806874412674"/>
826<Con from="31" weight="0.0233999285942"/>
827<Con from="32" weight="0.257231469401"/>
828<Con from="33" weight="0.411482704419"/>
829<Con from="34" weight="0.238597629225"/>
830<Con from="35" weight="-0.0326397091285"/>
831<Con from="36" weight="-0.610340175214"/>
832<Con from="37" weight="0.626148606469"/>
833<Con from="38" weight="-0.966856878194"/>
834<Con from="39" weight="0.0216540278489"/>
835<Con from="40" weight="-0.566254999094"/>
836<Con from="41" weight="0.214526565981"/>
837<Con from="42" weight="0.580836037737"/>
838<Con from="43" weight="0.10052493783"/>
839<Con from="44" weight="0.0807023546823"/>
840</Neuron>
841</NeuralLayer>
842<NeuralOutputs>
843<NeuralOutput outputNeuron="45">
844<DerivedField optype="categorical" dataType="string">
845<NormDiscrete field="$L-num" value="&lt;50"/>
846</DerivedField>
847</NeuralOutput>
848<NeuralOutput outputNeuron="46">
849<DerivedField optype="categorical" dataType="string">
850<NormDiscrete field="$L-num" value="&gt;50_1"/>
851</DerivedField>
852</NeuralOutput>
853</NeuralOutputs>
854</NeuralNetwork>
855</PMML>
Note: See TracBrowser for help on using the repository browser.