⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 update.ada

📁 Adaboost
💻 ADA
字号:
update.ada                package:ada                R Documentation

_A_d_d _m_o_r_e _t_r_e_e_s _t_o _a_n _a_d_a _o_b_j_e_c_t

_D_e_s_c_r_i_p_t_i_o_n:

     'ada.update' updates the 'ada' object to have additional trees
     given a new number of iterations.

_U_s_a_g_e:

     ## S3 method for class 'ada':
     update(object, x, y, test.x, test.y = NULL, n.iter, ...)

_A_r_g_u_m_e_n_t_s:

  object: object generated by the function 'ada'. 

       x: x training data

       y: training response

  test.x: x testing data (optional)

  test.y: the true labeling for this testing data (optional)

  n.iter: new number of iterations, must be provided and n.iter>iter

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

_V_a_l_u_e:

     updated 'ada' object.

_S_e_e _A_l_s_o:

     'ada.default','summary.ada','predict.ada', 'plot.ada','pairs.ada'

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -