load.bigKRLS: load.bigKRLS

Description Usage Arguments Examples

View source: R/bigKRLS.R

Description

Reconstructs bigKRLS output object as list.

Usage

1
2
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

1
2
# save.bigKRLS(out, "exciting_results") # don't use save()
# load.bigKRLS("exciting_results") # don't use load()

bigKRLS documentation built on Aug. 3, 2019, 1:02 a.m.