Learn R Programming

EnsCat (version 1.1)

zoo: zoo data

Description

Classification data set from the UCI Machine Learning Repository

Usage

data("zoo")

Arguments

Format

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

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/Zoo

Details

A simple classification data set containing 17 Boolean-valued attributes with 101 observations. Since the true labels are known, this data can be used to evaluate clustering methods.

Examples

Run this code
data(zoo)

Run the code above in your browser using DataLab