powered by
Reconstructs bigKRLS output object as list.
load.bigKRLS(path, newname = NULL, pos = 1, noisy = TRUE, return_object = FALSE)
Path to folder where bigKRLS object was saved.
If NULL (default), bigKRLS regression and prediction output will appear as "bigKRLS_out", while crossvalidation results will appear as "object".
position. Default == 1 (global environment). NULL means don't assign (return only).
Logical. display updates?
Logical. return library(bigKRLS) object? Default == FALSE.
# NOT RUN { # save.bigKRLS(out, "exciting_results") # don't use save() # load.bigKRLS("exciting_results") # don't use load() # }
Run the code above in your browser using DataLab