SupportVectorMachine

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alternateTargetCategory xs:string optional
targetCategory xs:string optional
threshold REAL-NUMBER optional

Used By

Source

<xs:element name="SupportVectorMachine">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="SupportVectors" minOccurs="0"/>
      <xs:element ref="Coefficients"/>
    </xs:sequence>
    <xs:attribute name="targetCategory" type="xs:string" use="optional"/>
    <xs:attribute name="alternateTargetCategory" type="xs:string" use="optional"/>
    <xs:attribute name="threshold" type="REAL-NUMBER" use="optional"/>
  </xs:complexType>
</xs:element>

Sample