Class SequenceModel
Represents the methods and properties for SequenceModel element and its attributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |