R/data.R

#' Simulated Yinyang Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"Yinyang1000"

#' Simulated Ring Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 1200 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 1200 specifying the true cluster memberships}
#' }
"Ring1000"

#' Simulated Mickey Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 1200 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 1200 specifying the true cluster memberships}
#' }
"Mickey1000"

#' Simulated Mix Mickey Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"MixMickey1000"

#' Simulated Mix Star Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 3000 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 3000 specifying the true cluster memberships}
#' }
"MixStar1000"

#' Simulated Manifold Mixture Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#'   \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#'   \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"ManifoldMix1000"
JerryBubble/skeletonClus documentation built on Dec. 18, 2021, 1:28 a.m.