coef.IntervalRegression {penaltyLearning} | 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