|   | 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
Syntaxpublic Tuple<Sparse<double>[], double[]> Testing { get; }Public ReadOnly Property Testing As Tuple(Of Sparse(Of Double)(), Double())
	Get
Property Value
Type: 
TupleSparseDouble, 
Double See Also
See Also