grnn                  package:grnnR                  R Documentation

_A _G_e_n_e_r_a_l_i_z_e_d _R_e_g_r_e_s_s_i_o_n _N_e_u_r_a_l _N_e_t_w_o_r_k

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

     simulate the grnn defined by C, W, and SIGMA

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

     grnn(P, C, W, SIGMA, BATCH = 1)

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

       P: matrix of pattern vectors

       C: matrix of center vectors

       W: matrix of weight vectors

   SIGMA: Gaussian spread value

   BATCH: (=1) specifies batch-mode, default

_D_e_t_a_i_l_s:

     patterns, P, are input to produce output estimate T hat. Argument
     "BATCH" (0,1)=1 specifies batch simulation (default)

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

   T_hat: matrix of estimated target vectors

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

     Arnold Arrington

