mnist_show: mnist_show

Description Usage Arguments Details Author(s) Examples

View source: R/Loadmnist.R

Description

plot logistic regression training set

Usage

1
mnist_show(img, grid = 28, ncol = 10, plot = TRUE, label)

Arguments

img

mnist image matrix

grid

picture pixel resolution

ncol

digit number each row

Details

mnist_show

Author(s)

xin zhou xxz220@miami.edu

Examples

1
2
3
imag <- loadMNIST()
train <- imag$train$images[(1:100), ]
mnist_show(train)

xinchoubiology/RcppGLM documentation built on May 4, 2019, 1:06 p.m.