|
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; }
Public ReadOnly Property Documents As Dictionary(Of Integer, String())
Get
Request Example
View SourceProperty Value
Type:
DictionaryInt32,
StringSee Also