createBanknote: Create Banknote Authentication dataset

Description Usage Arguments Details Value See Also

Description

From UCI: Data were extracted from images that were taken from genuine and forged banknote-like specimens. For digitization, an industrial camera usually used for print inspection was used. The final images have 400x 400 pixels. Due to the object lens and distance to the investigated object gray-scale pictures with a resolution of about 660 dpi were gained. Wavelet Transform tool were used to extract features from images.

Usage

1
2
createBanknote(file = getfilepath("banknote.rds"), write = TRUE,
  read = TRUE)

Arguments

file

character; path/filename to write data file to

write

logical; should the dataset be written to disk for later use? (default: TRUE)

read

logical; should we try to read the dataset from the specified location first? (default: TRUE)

Details

1. variance of Wavelet Transformed image (continuous) 2. skewness of Wavelet Transformed image (continuous) 3. curtosis of Wavelet Transformed image (continuous) 4. entropy of image (continuous) 5. class (integer)

Task: formula(Class ~ .)

Value

The dataset as a data.table

See Also

https://archive.ics.uci.edu/ml/datasets/banknote+authentication


jkrijthe/createdatasets documentation built on May 19, 2019, 12:44 p.m.