Learn R Programming

randomMachines (version 0.1.1)

ionosphere: Ionosphere Dataset

Description

The 'ionosphere' dataset contains radar data for the classification of radar returns as either 'good' or 'bad'.

Usage

data(ionosphere)

Arguments

Format

A data frame with 351 rows and 35 columns.

Details

This dataset includes the following columns:

X1-X34

Features extracted from radar signals.

y

Class label indicating whether the radar return is 'g' (good) or 'b' (bad).

Examples

Run this code
    data(ionosphere)
    head(ionosphere)

Run the code above in your browser using DataLab