View source: R/melonnpan_utilities.R
generateLambdaPlot | R Documentation |
This function plots the CV error as a function of lambda from Elastic Net Training.
generateLambdaPlot(CV, x, alpha, outputDirectory)
CV |
A glmnet object. |
x |
Index of glmnet fit. |
alpha |
Optimal alpha selected. |
outputDirectory |
Name of the desired output directory. Default is the current directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.