| reservoirR_fit {reservoirnet} | R Documentation | 
Offline fitting method of a Node
Description
Offline fitting method of a Node
Usage
reservoirR_fit(node, X, Y, warmup = 0, stateful = FALSE, reset = FALSE)
Arguments
| node | node | 
| X | 
 | 
| Y | array-like of shape  | 
| warmup | :  | 
| stateful | is boolen | 
| reset | is boolean. Should the node status be reset before fitting. | 
Value
A fitted reservoir of class reservoiR_fit containing the fitted model.
Examples
if(reticulate::py_module_available("reservoirpy")){
}