SequenceModel

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
algorithmName xs:string optional
avgNumberOfItemsPerTransaction REAL-NUMBER optional
avgNumberOfTAsPerTAGroup REAL-NUMBER optional
functionName MINING-FUNCTION required
isScorable xs:boolean true optional
maxNumberOfItemsPerTransaction INT-NUMBER optional
maxNumberOfTAsPerTAGroup INT-NUMBER optional
modelName xs:string optional
numberOfTransactionGroups INT-NUMBER optional
numberOfTransactions INT-NUMBER optional

Used By

Element Group MODEL-ELEMENT

Source

<xs:element name="SequenceModel">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="MiningSchema"/>
      <xs:element ref="ModelStats" minOccurs="0"/>
      <xs:element ref="LocalTransformations" minOccurs="0"/>
      <xs:element ref="Constraints" minOccurs="0"/>
      <xs:element ref="Item" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Itemset" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="SetPredicate" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Sequence" maxOccurs="unbounded"/>
      <xs:element ref="SequenceRule" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="modelName" type="xs:string"/>
    <xs:attribute name="functionName" type="MINING-FUNCTION" use="required"/>
    <xs:attribute name="algorithmName" type="xs:string"/>
    <xs:attribute name="numberOfTransactions" type="INT-NUMBER"/>
    <xs:attribute name="maxNumberOfItemsPerTransaction" type="INT-NUMBER"/>
    <xs:attribute name="avgNumberOfItemsPerTransaction" type="REAL-NUMBER"/>
    <xs:attribute name="numberOfTransactionGroups" type="INT-NUMBER"/>
    <xs:attribute name="maxNumberOfTAsPerTAGroup" type="INT-NUMBER"/>
    <xs:attribute name="avgNumberOfTAsPerTAGroup" type="REAL-NUMBER"/>
    <xs:attribute name="isScorable" type="xs:boolean" default="true"/>
  </xs:complexType>
</xs:element>

Sample