Class Sequence
Represents the methods and properties for Sequence element and its attributes
Inheritance
System.Object
Sequence
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 Sequence
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 |