Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: DictionaryInt32, HashSetString
See Also