kcca-class              package:kernlab              R Documentation

_C_l_a_s_s "_k_c_c_a"

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

     The "kcca" class

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("kcca", ...)'. or
     by the calling the 'kcca' function.

_S_l_o_t_s:

     '_k_c_o_r': Object of class '"vector"' describing the correlations

     '_x_c_o_e_f': Object of class '"matrix"' estimated coefficients for the
          'x' variables

     '_y_c_o_e_f': Object of class '"matrix"' estimated coefficients for the
          'y' variables 

     '_x_v_a_r': Object of class '"matrix"' holds the canonical variates
          for 'x'

     '_y_v_a_r': Object of class '"matrix"' holds the canonical variates
          for 'y'

_M_e_t_h_o_d_s:

     _k_c_o_r 'signature(object = "kcca")': returns the correlations

     _x_c_o_e_f 'signature(object = "kcca")': returns the estimated
          coefficients for the 'x' variables

     _y_c_o_e_f 'signature(object = "kcca")': returns the estimated
          coefficients for the 'y' variables 

     _x_v_a_r 'signature(object = "kcca")': returns the canonical variates
          for 'x'

     _y_v_a_r 'signature(object = "kcca")': returns the canonical variates
          for 'y'

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

     Alexandros Karatzoglou 
      alexandros.karatzoglou@ci.tuwien.ac.at

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

     'kcca', 'kpca-class'

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

