coef.IntervalRegression: coef IntervalRegression

View source: R/IntervalRegression.R

coef.IntervalRegressionR 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


penaltyLearning documentation built on Sept. 8, 2023, 5:47 p.m.