Learn R Programming

dprep (version 3.0.2)

ionosphere: The Ionosphere dataset

Description

The Ionosphere dataset from the UCI Machine Learning Repository

Usage

data(ionosphere)

Arguments

Format

A data frame with 351 observations on the following 33 variables.

Details

The original dataset contains 34 predictors, but we have eliminated the two first features, because the first feature had the same value in one of the classes and the second feature assumes the value 0 in all observations.

Examples

Run this code
#---Outlier detection in  ionosphere class-1 using the Mahalanobis distiance----
data(ionosphere)
mahaout(ionosphere,1)

Run the code above in your browser using DataLab