Click or drag to resize
Accord.NET (logo)

RCV1v2Documents Property

Gets a mapping of a document identifier and all the words it contains.

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public Dictionary<int, string[]> Documents { get; }
Request Example View Source

Property Value

Type: DictionaryInt32, String
See Also