R/data.R

#' Type and chemical analysis of three different kinds of wine.
#' @format a data.frame with 178 rows and 14 columns
#' @source \url{https://archive.ics.uci.edu/ml/datasets/Wine}
"wine"

#' An imbalanced dataset with randomly placed normal distributions around the origin.
#' The nth class has n * 10 observations.
#' @format a data.frame with 2100 rows and 11 columns
#' @source \url{https://gist.github.com/s-kganz/d08473f9492d48ea0e56c3c8a3fe1a74}
"imbalance"

#' An imbalanced dataset with a minor class centered around the origin with a majority class surrounding the center.
#' @format a data.frame with 1000 rows and 3 columns.
#' @source \url{https://gist.github.com/s-kganz/c2534666e369f8e19491bb29d53c619d}
"bullseye"
s-kganz/scutr documentation built on Nov. 23, 2023, 11:41 p.m.