Class Itemset
Represents the methods and properties for AssociationRule Itemset element and its attributes
Inheritance
System.Object
Itemset
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class Itemset
Constructors
Itemset()
Declaration
public Itemset()
Properties
Id
Get the Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
numberOfItems
Get the number of items
Declaration
public int numberOfItems { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Support
Gets the support
Declaration
public decimal Support { get; }
Property Value
Type | Description |
---|---|
System.Decimal |