addtest                 package:ada                 R Documentation

_A_d_d _a _t_e_s_t _s_e_t _t_o _a_d_a

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

     'addtest' updates the 'ada' object to have additional testing
     errors and testing kappa accuracies for each iteration.

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

       addtest(x,test.x,test.y, ...)

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

       x: object generated by the function 'ada'. 

  test.x: new x data

  test.y: the true labeling for this testing data

     ...: other arguments not used by this function.

_V_a_l_u_e:

     updated 'ada' object.

_S_e_e _A_l_s_o:

     'ada','update.ada'

