View source: R/rags2ridgesFused.R
| print.optPenaltyFusedGrid | R Documentation | 
Print and plot functions for the output from
optPenalty.fused.grid which performs a grid based
cross-validation (CV) search to find optimal penalty parameters. Currently,
only the complete penalty graph is supported.
## S3 method for class 'optPenaltyFusedGrid'
print(x, ...)
## S3 method for class 'optPenaltyFusedGrid'
plot(
  x,
  add.text = TRUE,
  add.contour = TRUE,
  col = rainbow(100, end = 0.8),
  ...
)
| x | A  | 
| ... | Arguments passed on.  In  | 
| add.text | A  | 
| add.contour | A  | 
| col | A  | 
Invisibly returns the object (x).
Anders Ellern Bilgrau, Carel F.W. Peeters <carel.peeters@wur.nl>, Wessel N. van Wieringen
Bilgrau, A.E., Peeters, C.F.W., Eriksen, P.S., Boegsted, M., and van Wieringen, W.N. (2020). Targeted Fused Ridge Estimation of Inverse Covariance Matrices from Multiple High-Dimensional Data Classes. Journal of Machine Learning Research, 21(26): 1-52.
optPenalty.fused.grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.