Learn R Programming

MatManlyMix (version 1.1.1)

Satellite: Satellite data

Description

Data publicly available at the University of California - Irvine machine learning repository (http://archive.ics.uci.edu/ml), was originally obtained by NASA.

Usage

data(IMDb)

Arguments

Format

A list of 2 objects: Y and id, where Y represents the data array of spectral values and id represents the true id of three classes: Soil with vegetation stubble, damp grey soil, and grey soil. Y is the of dimensionality 4 x 9 x 845.

Details

The data are publicly available on http://archive.ics.uci.edu/ml.

Examples

Run this code
# NOT RUN {
data(Satellite)

# }

Run the code above in your browser using DataLab