Description Usage Arguments Examples
Reconstructs bigKRLS output object as list.
| 1 2 | load.bigKRLS(path, newname = NULL, pos = 1, noisy = TRUE,
  return_object = FALSE)
 | 
| path | Path to folder where bigKRLS object was saved. | 
| newname | If NULL (default), bigKRLS regression and prediction output will appear as "bigKRLS_out", while crossvalidation results will appear as "object". | 
| pos | position. Default == 1 (global environment). NULL means don't assign (return only). | 
| noisy | Logical. display updates? | 
| return_object | Logical. return library(bigKRLS) object? Default == FALSE. | 
| 1 2 | # save.bigKRLS(out, "exciting_results") # don't use save()
# load.bigKRLS("exciting_results") # don't use load()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.