|
RCV1v2ClassLabelToDocument Property
|
Gets a mapping giving a list of all document labels
that have been labelled with a given class label.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public Dictionary<string, HashSet<int>> ClassLabelToDocument { get; }
Public ReadOnly Property ClassLabelToDocument As Dictionary(Of String, HashSet(Of Integer))
Get
Request Example
View SourceProperty Value
Type:
DictionaryString,
HashSetInt32See Also