lympho {EnsCat} | R Documentation |
Lymphography domian (lympho) data
Description
Classification data set from the UCI Machine Learning Repository
Usage
data("cancer")
Format
The format of the data is a list with components $obs and $lab. "lympho$obs" includes the observations that are stored as numerical values. "lympho$lab" contains the labels of the data.
Details
A simple classification data set containing 18 attributes with 148 observations. 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/Lymphography
Examples
data(lympho)
[Package EnsCat version 1.1 Index]