View source: R/summary_inter_search.R
summary.intsearch | R Documentation |
Summarize the results from the oject of epsgo
.
## S3 method for class 'intsearch' summary( object, digits = max(3, getOption("digits") - 3), verbose = TRUE, first.n = 5, ... )
mixlasso
An object with list "summary.intsearch
"
info |
the visited points of alpha, lambda, ipf and their resulting deviance and selected number of features |
opt.alpha |
the optimized alpha |
opt.lambda |
the optimized (first) lambda |
opt.ipf |
the optimized penalty factors |
opt.model |
the optimized model |
alpha the optimzed alpha
lambda the optimzed (first) lambda
ipf the optimzed penalty factors
p a vector of the numbers of features from multiple data sources
nfolds number of folds used for the cross-validation
cvreg the cross-validation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.