Class Sequence
Represents the methods and properties for Sequence element and its attributes
Inheritance
System.Object
Sequence
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class Sequence : Object
Constructors
Sequence()
Declaration
public Sequence()
Properties
Id
Gets the sequence ID
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
NumberOfSets
Gets the number of sets
Declaration
public int NumberOfSets { get; }
Property Value
Type |
---|
System.Int32 |
Occurrence
Gets the occurrence
Declaration
public int Occurrence { get; }
Property Value
Type |
---|
System.Int32 |
Support
Gets the support
Declaration
public double Support { get; }
Property Value
Type |
---|
System.Double |