Class SequenceRule
Represents the methods and properties for SequenceRule element and its attributes
Inheritance
System.Object
SequenceRule
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 SequenceRule
Constructors
SequenceRule()
Declaration
public SequenceRule()
Properties
Confidence
Gets the confidence
Declaration
public double Confidence { get; }
Property Value
Type |
---|
System.Double |
Id
Gets sequence rule id
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
Lift
Gets the Lift
Declaration
public double Lift { get; }
Property Value
Type |
---|
System.Double |
NumberOfSets
Gets 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 |