Click or drag to resize
Accord.NET (logo)

MNISTTesting Property

Gets the testing set of the MNIST dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public Tuple<Sparse<double>[], double[]> Testing { get; }
Request Example View Source

Property Value

Type: TupleSparseDouble, Double
See Also