ionosphere               package:dprep               R Documentation

_T_h_e _I_o_n_o_s_p_h_e_r_e _d_a_t_a_s_e_t

_D_e_s_c_r_i_p_t_i_o_n:

     The Ionosphere dataset from the UCI Machine Learning Repository

_U_s_a_g_e:

     data(ionosphere)

_F_o_r_m_a_t:

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

_D_e_t_a_i_l_s:

     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.

_S_o_u_r_c_e:

     The UCI Machine Learning Database Repository at:

        *  <URL: ftp://ftp.ics.uci.edu/pub/machine-learning-databases>

        *  <URL: http://www.ics.uci.edu/~mlearn/MLRepository.html>

_E_x_a_m_p_l_e_s:

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

