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