Click or drag to resize
Accord.NET (logo)

AprioriT Constructor

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Apriori(
	int threshold,
	double confidence
)
Request Example View Source

Parameters

threshold
Type: SystemInt32
The minimum number of times a rule should be detected (also known as its support) before it can be registered as a permanent in the learned classifier.
confidence
Type: SystemDouble
The minimum confidence in an association rule beore it is registered.
See Also