MiningField

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
highValue NUMBER optional
importance PROB-NUMBER optional
invalidValueTreatment INVALID-VALUE-TREATMENT-METHOD returnInvalid optional
lowValue NUMBER optional
missingValueReplacement xs:string optional
missingValueTreatment MISSING-VALUE-TREATMENT-METHOD optional
name FIELD-NAME required
optype OPTYPE optional
outliers OUTLIER-TREATMENT-METHOD asIs optional
usageType FIELD-USAGE-TYPE active optional

Used By

Element MiningSchema

Source

<xs:element name="MiningField">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="name" type="FIELD-NAME" use="required"/>
    <xs:attribute name="usageType" type="FIELD-USAGE-TYPE" default="active"/>
    <xs:attribute name="optype" type="OPTYPE"/>
    <xs:attribute name="importance" type="PROB-NUMBER"/>
    <xs:attribute name="outliers" type="OUTLIER-TREATMENT-METHOD" default="asIs"/>
    <xs:attribute name="lowValue" type="NUMBER"/>
    <xs:attribute name="highValue" type="NUMBER"/>
    <xs:attribute name="missingValueReplacement" type="xs:string"/>
    <xs:attribute name="missingValueTreatment" type="MISSING-VALUE-TREATMENT-METHOD"/>
    <xs:attribute name="invalidValueTreatment" type="INVALID-VALUE-TREATMENT-METHOD" default="returnInvalid"/>
  </xs:complexType>
</xs:element>