Click or drag to resize
Accord.NET (logo)

AssociationRuleMatcherT Constructor

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public AssociationRuleMatcher(
	int items,
	AssociationRule<T>[] rules
)
Request Example View Source

Parameters

items
Type: SystemInt32
The number of distinct items in the dataset.
rules
Type: Accord.MachineLearning.RulesAssociationRuleT
The association rules between items of the dataset.
See Also