print.ada
来自「Adaboost」· ADA 代码 · 共 39 行
ADA
39 行
print.ada package:ada R Documentation
_M_o_d_e_l _I_n_f_o_r_m_a_t_i_o_n _f_o_r _A_d_a
_D_e_s_c_r_i_p_t_i_o_n:
'print' lists the model information and final confusion matrix for
submitted data.
_U_s_a_g_e:
## S3 method for class 'ada':
print(x, ...)
_A_r_g_u_m_e_n_t_s:
x: object generated by the function 'ada'.
...: other arguments not used by this function.
_D_e_t_a_i_l_s:
'print' produces a summary of the original function call, method
used for boosting, number of iterations, final confusion matrix,
error from data used to build the model, and estimates of M.
Note: any object of class 'ada' invokes 'print', when printed to
the screen.
_V_a_l_u_e:
No value returned.
_S_e_e _A_l_s_o:
'ada.default','summary.ada','predict.ada',
'plot.ada','pairs.ada','update.ada','addtest'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?