menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SequenceModel - UWP API Reference | Syncfusion

    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.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.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
    System.Double

    AvgNumberOfTAsPerTAGroup

    Gets average number of transactions for all transaction groups

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

    IsScorable

    Gets the boolean IsScorable value

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

    LocalTransformations

    Gets the LocalTransformations class values

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

    MaxNumberOfItemsPerTransaction

    Gets maximum number of items per transaction

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

    MaxNumberOfTAsPerTAGroup

    Gets maximum number of transactions for all transaction groups

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

    MiningSchema

    Gets the mining schema values

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

    NumberOfTransactionGroups

    Gets number of transaction groups

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

    NumberOfTransactions

    Gets number of transactions

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved