Class AssociationRulesModel
Represents the methods and properties for AssociationRuleModel element and its attributes
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class AssociationRulesModel : Model
Constructors
AssociationRulesModel()
Declaration
public AssociationRulesModel()
Properties
FunctionName
Get the function name
Declaration
public string FunctionName { get; }
Property Value
Type |
---|
System.String |
MinimumConfidence
Get the MinimumConfidence
Declaration
public Decimal MinimumConfidence { get; }
Property Value
Type |
---|
System.Decimal |
MinimumSupport
Get the minimumsupport
Declaration
public Decimal MinimumSupport { get; }
Property Value
Type |
---|
System.Decimal |
MiningSchema
Get the MiningSchema
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
NumberOfItems
Get the number of Items
Declaration
public int NumberOfItems { get; }
Property Value
Type |
---|
System.Int32 |
NumberOfItemsets
Get the number of items
Declaration
public int NumberOfItemsets { get; }
Property Value
Type |
---|
System.Int32 |
NumberOfRules
Get the number of rules
Declaration
public int NumberOfRules { get; }
Property Value
Type |
---|
System.Int32 |
NumberOfTransactions
Get the number of Transactions
Declaration
public int NumberOfTransactions { get; }
Property Value
Type |
---|
System.Int32 |
Output
Get the Output
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |