TkbAnalyticP {FKBL}R Documentation

Creates a set of parameters for TkbAnalyticL

Description

Creates a set of parameters for TkbAnalyticL.

Usage

 TkbAnalyticP(kB, itera, e)

Arguments

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.

Value

Returns a list, with the parameters given.

Source

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}

    Examples

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

    [Package FKBL version 0.50-4 Index]