R/beans.R

#' Dry beans
#'
#' @details
#'  Koklu and Ozkan (2020) describe a data set where images of beans were
#'  segmented and quantified. There are 13,611 beans quantified using 16
#'  morphologic image features. The variety of each bean was labeled as one of
#'  six values (in the column `class`).
#'
#' @name beans
#' @aliases beans
#' @docType data
#' @return \item{beans}{a tibble}
#'
#' @source
#' Koklu, M, and IA Ozkan. 2020. Multiclass Classification of Dry Beans Using
#' Computer Vision and Machine Learning Techniques.Computers and Electronics in
#' Agriculture, 174: 105507.
#' \doi{10.1016/j.compag.2020.105507},
#' \url{https://www.muratkoklu.com/datasets/}
#'
#'
#' @keywords datasets
#' @examples
#' data(beans)
#' str(beans)
NULL

Try the beans package in your browser

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

beans documentation built on July 9, 2021, 9:07 a.m.