Click or drag to resize
Accord.NET (logo)

AssociationRuleTX Property

Gets or sets the set of items that triggers the activation of this association rule.

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

Property Value

Type: SortedSetT
See Also