R/data.R

#' Synthetic Dataset With a Circle
#'
#' A random dataset with two classes one of which is inside a circle. Used for
#' examples to show how the different methods handles borders.
#'
#' @format A data frame with 200 rows and 4 variables:
#' \describe{
#'   \item{x}{Numeric.}
#'   \item{y}{Numeric.}
#'   \item{class}{Factor, values "Circle" and "Rest".}
#'   \item{id}{character, ID variable.}
#' }
"circle_example"

Try the themis package in your browser

Any scripts or data that you put into this service are public.

themis documentation built on Aug. 15, 2023, 1:05 a.m.