class

CrystalML::Regression::LinearRegression

Inherits CrystalML::Regressor / CrystalML::SupervisedEstimator / CrystalML::BaseEstimator / Reference / Object

Constructors

Instance methods

coefficients
Source
coefficients=(coefficients : Tensor(Float64, CPU(Float64)) | Nil)
Source
fit(data : Tensor(Float64, CPU(Float64)), target : Tensor(Float64, CPU(Float64)))
Source