classify              package:classifly              R Documentation

_C_l_a_s_s_i_f_y

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

     Common interface to extract predict classification from a variety
     of classification objects

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

     classify(model, data)

_A_r_g_u_m_e_n_t_s:

   model: model object

    data: data set used in model

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

     If the classification method can produce a matrix of posterior
     probabilities (see 'posterior'), then that will be used to
     calculate the 'advantage'.  Otherwise, the classify method will be
     used and the advantage calculated using a k-nearest neighbours
     approach.

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

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

