print.elnet.madlib {PivotalR} | R Documentation |
This function prints the results from madlib.elnet
in a human-readable format.
## S3 method for class 'elnet.madlib' print(x, digits = max(3L, getOption("digits") - 3L), ...) ## S3 method for class 'elnet.madlib' show(object)
x, object |
The |
digits |
A non-null value for ‘digits’ specifies the minimum number of
significant digits to be printed in values. The default,
‘NULL’, uses ‘getOption("digits")’. (For the interpretation
for complex numbers see |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.elnet
Wrapper for MADlib elastic net regularization.
## see the examples in madlib.elnet