|
PendigitsTesting Property
|
Gets the testing set of the Pendigits dataset.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public Tuple<double[][][], int[]> Testing { get; }
Public ReadOnly Property Testing As Tuple(Of Double()()(), Integer())
Get
Request Example
View SourceProperty Value
Type:
TupleDouble,
Int32See Also