| <PMML version="4.3" xmlns="http://www.dmg.org/PMML-4_3"> | |
| <DataDictionary numberOfFields="2"> | |
| <DataField name="x1" optype="continuous" dataType="double"/> | |
| <DataField name="y" optype="continuous" dataType="double"/> | |
| </DataDictionary> | |
| <SupportVectorMachineModel functionName="regression"> | |
| <MiningSchema> | |
| <MiningField name="x1"/> | |
| <MiningField name="y" usageType="target"/> | |
| </MiningSchema> | |
| <RadialBasisKernelType gamma="0.1"/> | |
| <VectorDictionary> | |
| <VectorFields numberOfFields="1"> | |
| <FieldRef field="x1"/> | |
| </VectorFields> | |
| <VectorInstance id="0"> | |
| <REAL-SparseArray n="300000000"> | |
| <Indices>1</Indices> | |
| <REAL-Entries>0.0</REAL-Entries> | |
| </REAL-SparseArray> | |
| </VectorInstance> | |
| </VectorDictionary> | |
| <SupportVectorMachine> | |
| <SupportVectors> | |
| <SupportVector vectorId="0"/> | |
| </SupportVectors> | |
| <Coefficients absoluteValue="0.0"> | |
| <Coefficient value="1.0"/> | |
| </Coefficients> | |
| </SupportVectorMachine> | |
| </SupportVectorMachineModel> | |
| </PMML> | |