Description Usage Arguments Value
The function compute
is deprecated. Please refer to the new function predict.nn
.
1 |
x |
an object of class |
covariate |
a dataframe or matrix containing the variables that had been used to train the neural network. |
rep |
an integer indicating the neural network's repetition which should be used. |
compute
returns a list containing the following components:
neurons |
a list of the neurons' output for each layer of the neural network. |
net.result |
a matrix containing the overall result of the neural network. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.