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
[Package penaltyLearning version 2024.1.25 Index]