seed {ORKM}R Documentation

A single-view data set named Seeds.

Description

The Seeds data set holds data on the area, circumference, compaction, seed length, seed width, asymmetry factor, length of the ventral groove of the seed and category data for different varieties of wheat seeds. The data set contains a total of 210 records, 7 features, and one label, which is divided into 3 categories.

Usage

data("seed")

Format

The format is: num [1:210, 1:8] 15.3 14.9 14.3 13.8 16.1 ...

Details

A single-view data set named seed.

Source

http://archive.ics.uci.edu/ml/datasets/seeds

References

http://archive.ics.uci.edu/ml/datasets/seeds

Examples

data(seed); str(seed) 

[Package ORKM version 0.8.0.0 Index]