FKBL-package              package:FKBL              R Documentation

_f_u_z_z_y _K_n_o_w_l_e_d_g_e _B_a_s_e _L_e_a_r_n_i_n_g

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

     This is the implementation in R+C of a  *F*uzzy *K*nowledge *B*ase
      *L*earning engine. It combines the speed of compiled C/C++ code,
     and the versatility of R in statistics and graphical
     representation. It supports several inference methods. 

     \subsection*{Install} To install this package, only two steps must
     be made: \begin{enumerate}

     *  A privileged user must install the package file to the GNU R
        file tree by executing this: \begin{ExampleCode} R CMD INSTALL
        FKBL_'version'.tar.gz \end{ExampleCode} Where 'version' must be
        changed with the correct one.

     *  Once at the R environment, any given user, can load the library
        by executing: \begin{ExampleCode} > library(FKBL)
        \end{ExampleCode} \end{enumerate}

        \subsection*{Parser modification} To modify the parser's
        behavior you need some bison and flex  compatible utilities,
        and the source code of the parser itself. The  source code is
        located in the  *parser* directory located itself  in the
        *inst* directory of this package. I also supply my 
        *Makefile.hide* to easy the compilation. I assume that 
        everyone who wants to modify the parser, knows, how to do it,
        or where  to ask about it.

