bigKRLS (version 3.0.5.1)

load.bigKRLS: load.bigKRLS

Description

Reconstructs bigKRLS output object as list.

Usage

load.bigKRLS(path, newname = NULL, pos = 1, noisy = TRUE,
  return_object = FALSE)

Arguments

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.

Examples

Run this code
# 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 DataCamp Workspace