Learn R Programming

MBCbook (version 0.1.2)

usps358: The handwritten digits usps358 data set

Description

The handwritten digits usps358 data set is a subset of the famous USPS data from UCI, which contains only the 1 756 images of the digits 3, 5 and 8.

Usage

data("usps358")

Arguments

Format

A data frame with 1756 observations on the following 257 variables: cls is a numeric vector encoding the class of the digits, V1 to V256 are numeric vectors corresponding to the pixels ot the 8x8 images.

Examples

Run this code
data(usps358)

Run the code above in your browser using DataLab