LkbConfidenceSupportP          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 _L_k_b_C_o_n_f_i_d_e_n_c_e_S_u_p_p_o_r_t_L

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

     Creates a set of parameters for  LkbConfidenceSupportL. It is a
     wrapper for the "list" function, which creates the appropriate
     list with the appropriate codes.

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

      LkbConfidenceSupportP(P,weight)

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

     Takes the partitions and the weight.

       P: The partitions.

  weight: The weight of the method.

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

     Returns a list.

     list(p=P,we=weight) 

     p is for Partitions and we is for weight.

_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(P)
      LkbConfidenceSupportP(P,0)

