|
AssociationRuleTY Property
|
Gets or sets the set of items that are also likely to
be included in the original list given that
the input items are present.
Namespace:
Accord.MachineLearning.Rules
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public SortedSet<T> Y { get; set; }
Public Property Y As SortedSet(Of T)
Get
Set
Request Example
View SourceProperty Value
Type:
SortedSetTSee Also