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 has the same value in one the classes and the second feature asumes 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)