Upload sparsearray-dos.pmml
Browse files- sparsearray-dos.pmml +33 -0
sparsearray-dos.pmml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<PMML version="4.3" xmlns="http://www.dmg.org/PMML-4_3">
|
| 3 |
+
<DataDictionary numberOfFields="2">
|
| 4 |
+
<DataField name="x1" optype="continuous" dataType="double"/>
|
| 5 |
+
<DataField name="y" optype="continuous" dataType="double"/>
|
| 6 |
+
</DataDictionary>
|
| 7 |
+
<SupportVectorMachineModel functionName="regression">
|
| 8 |
+
<MiningSchema>
|
| 9 |
+
<MiningField name="x1"/>
|
| 10 |
+
<MiningField name="y" usageType="target"/>
|
| 11 |
+
</MiningSchema>
|
| 12 |
+
<RadialBasisKernelType gamma="0.1"/>
|
| 13 |
+
<VectorDictionary>
|
| 14 |
+
<VectorFields numberOfFields="1">
|
| 15 |
+
<FieldRef field="x1"/>
|
| 16 |
+
</VectorFields>
|
| 17 |
+
<VectorInstance id="0">
|
| 18 |
+
<REAL-SparseArray n="300000000">
|
| 19 |
+
<Indices>1</Indices>
|
| 20 |
+
<REAL-Entries>0.0</REAL-Entries>
|
| 21 |
+
</REAL-SparseArray>
|
| 22 |
+
</VectorInstance>
|
| 23 |
+
</VectorDictionary>
|
| 24 |
+
<SupportVectorMachine>
|
| 25 |
+
<SupportVectors>
|
| 26 |
+
<SupportVector vectorId="0"/>
|
| 27 |
+
</SupportVectors>
|
| 28 |
+
<Coefficients absoluteValue="0.0">
|
| 29 |
+
<Coefficient value="1.0"/>
|
| 30 |
+
</Coefficients>
|
| 31 |
+
</SupportVectorMachine>
|
| 32 |
+
</SupportVectorMachineModel>
|
| 33 |
+
</PMML>
|