ionosphere {dprep} | R Documentation |
The Ionosphere dataset from the UCI Machine Learning Repository
data(ionosphere)
A data frame with 351 observations on the following 33 variables.
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.
The UCI Machine Learning Database Repository at:
#---Outlier detection in ionosphere class-1 using the Mahalanobis distiance---- data(ionosphere) mahaout(ionosphere,1)