Description Usage Arguments Value Examples
Create state of an object
1 |
formula |
formula of the parameters that counts as state. Only right part with ~ is needed. |
object |
data.frame or list of the object |
data.frame of the variable used for state.
1 | state(formula=neuralnetwork(x+y~a+b, hidden=2)$formula, object=list(x=3, y=5, a=3, b=8))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.