plot_Targets              package:grnnR              R Documentation

_P_l_o_t _T_a_r_g_e_t_s _v_s. _N_e_u_r_a_l _N_e_t _E_s_t_i_m_a_t_e_s

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

     plot error linearity between targets and grnn estimates

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

     plot_Targets(T, T_hat, BATCH)

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

       T: targets

   T_hat: neural net estimates

   BATCH: batch mode (default) data

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

     Both online (BATCH=0) and batch (BATCH=1) plotting is provided.

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

     Arnold Arrington

