Description Usage Arguments Details Value Author(s) See Also
View source: R/postProcessEMLasso.R
Postprocess EMLasso (e.g. add extra members or change class)
1 2 3 4 5 6 7 8 9 | postProcessEMLasso(predictorModel, retval, verbosity = 0)
## S3 method for class 'GLoMo'
postProcessEMLasso(predictorModel,
retval, verbosity=0)
## Default S3 method:
postProcessEMLasso(predictorModel,
retval, verbosity=0)
|
predictorModel |
the final predictor model will be
passed in here (e.g. |
retval |
the return value of
|
verbosity |
The higher this value, the more levels of progress and debug information is displayed (note: in R for Windows, turn off buffered output) |
This function is (typically) called at the end of
EMLasso and may alter the class of
the end result and/or add some more items to the list. In
the case of the GLoMo implementation, it
adds the classnames extended with "GLoMo" and provides
the combinedGLoMo item (see
combineGLoMos)
Typically the passed along retval object with
optionally some more items/class/attributes
Nick Sabbe nick.sabbe@ugent.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.