Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: DictionaryString, HashSetInt32
See Also