read.MNIST {dataset} |
R Documentation |
read mnist dataset file as R# dataframe object
Description
Usage
read.MNIST(path,
subset = -1,
... = NULL);
Arguments
path
The MNIST image data file path. [as string]
subset
Just take a subset of the target dataset, this parameter is the sample size of the sub dataset. [as integer]
args
+ format, format = labelledvector, labelled data vector in message pack format
+ labelfile, labelfile = /path/to/mnist.labels
+ dataset, dataset = vector/dataframe/image. [as list]
Details
Authors
MLkit
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
dataset version 1.0.0.0
Index]