coef.IntervalRegression {penaltyLearning} | R Documentation |
coef IntervalRegression
Description
Get the learned coefficients of an IntervalRegression model.
Usage
## S3 method for class 'IntervalRegression'
coef(object,
...)
Arguments
object |
object |
... |
... |
Value
numeric matrix [features x regularizations] of learned weights (on the original feature scale), can be used for prediction via cbind(1,features) %*% weights.
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre]
[Package penaltyLearning version 2024.9.3 Index]