|
RCV1v2Training Property
|
Gets the training set of the RCV1-v2 dataset.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public Tuple<string[][], string[][]> Training { get; }
Public ReadOnly Property Training As Tuple(Of String()(), String()())
Get
Request Example
View SourceProperty Value
Type:
TupleString,
StringSee Also