fcminfer2 | R Documentation |
Function to infer simulated future scenarios from a RepGrid and an Impgrid.
fcminfer2( grid, imp, init.vec = actvector(grid), act.vec, iter = 30, e = 0.001, force.conv = FALSE )
grid |
Subject's RepGrid. It must be an S4 object imported by the
|
imp |
Subject's ImpGrid. It must be an S4 object imported by the
|
act.vec |
Activation vector created via |
iter |
Number of iterations to infer. |
ideal |
Column number representing the position of the Ideal-Self in the RepGrid. By default the last column of the RepGrid is set. |
infer |
Propagation function for scenario inference. More information in
? |
thr |
Threshold function for scenario inference. More information in
? |
lambda |
Lambda value of the threshold function. Only applicable in sigmoidal or hyperbolic tangent threshold function |
Return a list with two entries. The $values entry contains in rows each of the scenario vectors according to the number of iterations. And the $convergence entry contains the number of the iteration where the Fuzzy Cognitive Map is stabilised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.