View source: R/IntervalRegression.R
coef.IntervalRegression | R Documentation |
Get the learned coefficients of an IntervalRegression model.
## S3 method for class 'IntervalRegression'
coef(object,
...)
object |
object |
... |
... |
numeric matrix [features x regularizations] of learned weights (on the original feature scale), can be used for prediction via cbind(1,features) %*% weights.
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.