Click or drag to resize
Accord.NET (logo)

AprioriTFrequent Property

Gets the set of most frequent items and the respective number of times their appear in in the training dataset.

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

Property Value

Type: DictionarySortedSetT, Int32
See Also