createCovertype: Create Covertype dataset

Description Usage Arguments Value References See Also

Description

From UCI: Predicting forest cover type from cartographic variables only (no remotely sensed data). The actual forest cover type for a given observation (30 x 30 meter cell) was determined from US Forest Service (USFS) Region 2 Resource Information System (RIS) data. Independent variables were derived from data originally obtained from US Geological Survey (USGS) and USFS data. Data is in raw form (not scaled) Task: formula(Cover_Type ~ .)

Usage

1
2
createCovertype(file = getfilepath("covertype.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)

Value

The dataset as a data.table

References

Blackard, Jock A. and Denis J. Dean. 2000. "Comparative Accuracies of Artificial Neural Networks and Discriminant Analysis in Predicting Forest Cover Types from Cartographic Variables." Computers and Electronics in Agriculture 24(3):131-151.

See Also

https://archive.ics.uci.edu/ml/datasets/Covertype


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