Click or drag to resize
Accord.NET (logo)

AssociationRuleTSupport Property

Gets or sets the number of cases that support this rule (the number of times this association has been seen in the training set).

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Support { get; set; }
Request Example View Source

Property Value

Type: Double
See Also