Learn R Programming

RPEnsemble (version 0.2)

Ozone: Ozone dataset available from the UCI repository

Description

Ozone dataset available from UCI repository, sub-sampled so that the prior probability of class 1 is approximately 0.25. Sample size = 512. Dimension = 72.

Usage

data("Ozone")

Arguments

Format

a list of
  • x a 512 by 72 matrix containing the feature vectors
  • y a vector of length 512 containing the class labels

References

Lichman, M. (2013). UCI Machine Learning Repository http://archive.ics.uci.edu/ml.

Examples

Run this code
data("Ozone")
table(Ozone$y)

Run the code above in your browser using DataLab