

resample(snns)                               R Documentation

_R_e_s_a_m_p_l_e _n_e_w _p_a_t_t_e_r_n _s_e_t _f_r_o_m _e_x_i_s_t_i_n_g _o_n_e

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

     Create a bootstrap sample from `p' by drawing with
     replacement from `p'. Default values for the resampling
     probabilities of the patterns is the uniform distribu-
     tion.

_U_s_a_g_e_:

     resample.nn.pattern(p, n, prob=rep(1/nrow(p$input), length = nrow(p$input)))

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

       p: object of type `nn.pattern'

       n: number of patterns to be returned

    prob: resampling probabilities of patterns in `p'

_V_a_l_u_e_:

     Returns an object of type `nn.pattern'.

