|
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; }
Public Property X As SortedSet(Of T)
Get
Set
Request Example
View SourceProperty Value
Type:
SortedSetTSee Also