funSring | R Documentation |
wrapper for sring
funSring(x, opt = list(), ...)
x |
perceptron weights |
opt |
list of optional parameters, e.g.,
|
... |
additional parameters |
fitness (matrix with one column)
set.seed(123) numberStates = 200 sigma = 1 x = matrix( rnorm(n = 2*numberStates, 1, sigma), 1,) funSring(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.