reservoirR_fit | R Documentation |
Offline fitting method of a Node
reservoirR_fit(node, X, Y, warmup = 0, stateful = FALSE, reset = FALSE)
node |
node |
X |
|
Y |
array-like of shape |
warmup |
: |
stateful |
is boolen |
reset |
is boolean. Should the node status be reset before fitting. |
A fitted reservoir of class reservoiR_fit containing the fitted model.
if(reticulate::py_module_available("reservoirpy")){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.