R/data.R

#' Monk's Problems Data Set (Problem 1 Training Set)
#'
#' The training set for problem 1 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 124 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks1_train"

#' Monk's Problems Data Set (Problem 1 Test Set)
#'
#' The test set for problem 1 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 432 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks1_test"

#' Monk's Problems Data Set (Problem 2 Training Set)
#'
#' The training set for problem 2 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 169 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks2_train"

#' Monk's Problems Data Set (Problem 2 Test Set)
#'
#' The test set for problem 2 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 432 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks2_test"

#' Monk's Problems Data Set (Problem 3 Training Set)
#'
#' The training set for problem 3 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 122 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks3_train"

#' Monk's Problems Data Set (Problem 3 Test Set)
#'
#' The test set for problem 3 of the Monk's Problems Data Set,
#' available from the UCI Machine Learning Repository.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/MONK's+Problems}
#' @format A data frame with 432 rows and 8 columns:
#' \describe{
#'   \item{label}{The class label}
#'   \item{a1}{Attribute 1}
#'   \item{a2}{Attribute 2}
#'   \item{a3}{Attribute 3}
#'   \item{a4}{Attribute 4}
#'   \item{a5}{Attribute 5}
#'   \item{a6}{Attribute 6}
#'   \item{id}{A unique identification number}
#' }
"monks3_test"
msats5/capstoneProject documentation built on May 18, 2019, 12:27 p.m.