ionosphere: ionosphere Data

ionosphereR Documentation

ionosphere Data

Description

This dataset contains radar returns from the ionosphere, collected by a system in Goose Bay, Labrador. The dataset is used for classifying radar returns as 'good' or 'bad' based on the presence of structure in the ionosphere.

Usage

data(ionosphere)

Format

A data frame with multiple rows and 35 columns representing different features related to radar returns.

  • Attribute1: Continuous feature.

  • Attribute2: Continuous feature.

  • Attribute3: Continuous feature.

  • Attribute4: Continuous feature.

  • Attribute5: Continuous feature.

  • Attribute6: Continuous feature.

  • Attribute7: Continuous feature.

  • Attribute8: Continuous feature.

  • Attribute9: Continuous feature.

  • Attribute10: Continuous feature.

  • ...: Additional continuous features (up to Attribute34).

  • Class: Binary classification target ('good' or 'bad').

Examples

# Load the dataset
data(ionosphere)

# Print the first few rows of the dataset
print(head(ionosphere))

LFM documentation built on June 11, 2025, 9:07 a.m.

Related to ionosphere in LFM...