Class AssociationRulesModel
Represents the methods and properties for AssociationRuleModel element and its attributes
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 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 |