WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SequenceModel

    Show / Hide Table of Contents

    Class SequenceModel

    Represents the methods and properties for SequenceModel element and its attributes

    Inheritance
    System.Object
    Model
    SequenceModel
    Inherited Members
    Model.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class SequenceModel : Model

    Constructors

    SequenceModel()

    Declaration
    public SequenceModel()

    Properties

    AvgNumberOfItemsPerTransaction

    Get average number of items per transaction

    Declaration
    public double AvgNumberOfItemsPerTransaction { get; }
    Property Value
    Type Description
    System.Double

    AvgNumberOfTAsPerTAGroup

    Gets average number of transactions for all transaction groups

    Declaration
    public double AvgNumberOfTAsPerTAGroup { get; }
    Property Value
    Type Description
    System.Double

    IsScorable

    Gets the boolean IsScorable value

    Declaration
    public bool IsScorable { get; }
    Property Value
    Type Description
    System.Boolean

    LocalTransformations

    Gets the LocalTransformations class values

    Declaration
    public LocalTransformations LocalTransformations { get; }
    Property Value
    Type Description
    LocalTransformations

    MaxNumberOfItemsPerTransaction

    Gets maximum number of items per transaction

    Declaration
    public int MaxNumberOfItemsPerTransaction { get; }
    Property Value
    Type Description
    System.Int32

    MaxNumberOfTAsPerTAGroup

    Gets maximum number of transactions for all transaction groups

    Declaration
    public int MaxNumberOfTAsPerTAGroup { get; }
    Property Value
    Type Description
    System.Int32

    MiningSchema

    Gets the mining schema values

    Declaration
    public MiningSchema MiningSchema { get; }
    Property Value
    Type Description
    MiningSchema

    NumberOfTransactionGroups

    Gets number of transaction groups

    Declaration
    public int NumberOfTransactionGroups { get; }
    Property Value
    Type Description
    System.Int32

    NumberOfTransactions

    Gets number of transactions

    Declaration
    public int NumberOfTransactions { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved