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