FKBL-package {FKBL} | R Documentation |
This is the implementation in R+C of a Fuzzy Knowledge Base Learning 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}
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.