Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: SortedSetT
See Also