coef.IntervalRegression: coef IntervalRegression
Description
Get the learned coefficients of an IntervalRegression model.
Usage
# S3 method for IntervalRegression
coef(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.