|
News20Training Property
|
Gets the training set of the News20 dataset.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public Tuple<Sparse<double>[], double[]> Training { get; }
Public ReadOnly Property Training As Tuple(Of Sparse(Of Double)(), Double())
Get
Request Example
View SourceProperty Value
Type:
TupleSparseDouble,
DoubleSee Also