provideMNIST: Provides MNIST data set in the given folder.
Description
This function will, if necessary and allowed, download the compressed MNIST
data set and convert it to ff
files using readMNIST
.
Usage
provideMNIST(folder = "data/", download = F)
Arguments
folder
Folder name, including a trailing slash.
download
Logical indicating whether download is allowed.
Value
Boolean value indicating success or failure.