Click or drag to resize
Accord.NET (logo)

AssociationRuleMatcherTRules Property

Gets or sets the association rules in this model.

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public AssociationRule<T>[] Rules { get; set; }
Request Example View Source

Property Value

Type: AssociationRuleT
See Also