File: bivariate.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bivariate.R
\docType{data}
\name{bivariate}
\alias{bivariate}
\alias{bivariate_train}
\alias{bivariate_test}
\alias{bivariate_val}
\title{Example bivariate classification data}
\value{
\item{bivariate_train, bivariate_test, bivariate_val}{tibbles}
}
\description{
Example bivariate classification data
}
\details{
These data are a simplified version of the segmentation data contained
in \code{caret}. There are three columns: \code{A} and \code{B} are predictors and the column
\code{Class} is a factor with levels "One" and "Two". There are three data sets:
one for training (n = 1009), validation (n = 300), and testing (n = 710).
}
\examples{
data(bivariate)
str(bivariate_train)
str(bivariate_val)
str(bivariate_test)
}
\keyword{datasets}