View source: R/MLPKrigingClass.R
| update.MLPKriging | R Documentation |
Update an MLPKriging model with new observations
## S3 method for class 'MLPKriging'
update(object, y_u, X_u, refit = TRUE, ...)
object |
MLPKriging object |
y_u |
new observations |
X_u |
new input matrix |
refit |
Logical. If |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.