Description Usage Arguments Value
Function to examine the parameters, state and classification probabilites of a model across a training or test matrix.
1 | examine_model(st, tr, model)
|
st |
List of initial state of the model |
tr |
Matrix of training or test examples |
model |
String indicating which model is to be examined
|
out List of lists for each trial containing trial-by-trial
model information including:
init_wts List of weights
in_wts Matrix of input to hidden weight (including bias)
out_wts Array of hidden to output weights (including bias)
inputs Matrix of complete input information for trial
hidden_act Matrix of hidden unit activation for trial
result List that contains the model's post-trial state
st List of the model's end-trial state (see ?slpDIVA)
out Vector of respond probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.