|
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; }
Public ReadOnly Property Frequent As Dictionary(Of SortedSet(Of T), Integer)
Get
Request Example
View SourceProperty Value
Type:
DictionarySortedSetT,
Int32See Also