mush: Mushroom data

Description Usage Format Details Source Examples

Description

Classification data set from the UCI Machine Learning Repository

Usage

1
data("mush")

Format

The format of the data is a list with components $obs and $lab. "mush$obs" includes the observations that are stored as numerical values. "mush$lab" contains the labels of the data.

Details

A simple classification data set containing 22 attributes with 8124 observations, because the dataset is large, we only used the last 400 observations in our analysis. Since the true labels are known, this data can be used to evaluate clustering methods.

Source

Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

https://archive.ics.uci.edu/ml/datasets/Mushroom

Examples

1

EnsCat documentation built on May 1, 2019, 8:45 p.m.