diff --git a/R-package/man/agaricus.test.Rd b/R-package/man/agaricus.test.Rd new file mode 100644 index 000000000..3cf87c9f8 --- /dev/null +++ b/R-package/man/agaricus.test.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2 (4.0.1): do not edit by hand +\docType{data} +\name{agaricus.test} +\alias{agaricus.test} +\title{Test part from Mushroom Data Set} +\format{A list containing a label vector, and a dgCMatrix object with 1611 +rows and 127 variables} +\usage{ +data(agaricus.test) +} +\description{ +This data set is originally from the Mushroom data set, +UCI Machine Learning Repository. +} +\details{ +This data set includes the following fields: + +\itemize{ + \item \code{label} the label for each record + \item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 127 columns. +} +} +\references{ +https://archive.ics.uci.edu/ml/datasets/Mushroom + +Bache, K. & Lichman, M. (2013). UCI Machine Learning Repository +[http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, +School of Information and Computer Science. +} +\keyword{datasets} +