koplsConfusionMatrix          package:kopls          R Documentation

_C_a_l_c_u_l_a_t_i_o_n _o_f _c_o_n_f_u_s_i_o_n _m_a_t_r_i_x

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

     Calculates a confusion matrix from classification results.

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

     koplsConfusionMatrix(true, pred)

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

    true: True class belongings. 

    pred: Predicted class belongings. 

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

     The confusion matrix.

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

     Max Bylesjo and Mattias Rantalainen

_R_e_f_e_r_e_n_c_e_s:

     Rantalainen M, Bylesjo M, Cloarec O, Nicholson JK, Holmes E and
     Trygg J. *Kernel-based orthogonal projections to latent structures
     (K-OPLS)*, _J Chemometrics_ 2007; 21:376-385.
     doi:10.1002/cem.1071.

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

