TkbAnalyticP              package:FKBL              R Documentation

_C_r_e_a_t_e_s _a _s_e_t _o_f _p_a_r_a_m_e_t_e_r_s _f_o_r _T_k_b_A_n_a_l_y_t_i_c_L

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

     Creates a set of parameters for TkbAnalyticL.

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

      TkbAnalyticP(kB, itera, e)

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

     Takes the knowledge base, the maximum number of iterations and the
     e.

      kB: The knowledge base to tweak.

   itera: The maximum number of iterations.

       e: The e parameter for analytic.

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

     Returns a list, with the parameters given.

_S_o_u_r_c_e:

     \begin{itemize}

     *  Ishibuchi, H., Nakashima, T., Nii, M.

     *  "Classification and modeling with linguistic information
        granules." 

     *  Soft Computing Approaches to Linguistic Data Mining. 

     *  Springer-Verlag, 2003 \end{itemize}

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

      data(kB)
      TkbAnalyticP(kB, 1000, 0.1)

