TkbAnalyticP {FKBL} | R Documentation |
Creates a set of parameters for TkbAnalyticL.
TkbAnalyticP(kB, itera, e)
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. |
Returns a list, with the parameters given.
begin{itemize}
data(kB) TkbAnalyticP(kB, 1000, 0.1)