CrystalML::Classification::RidgeClassifier
Inherits CrystalML::Classifier / CrystalML::SupervisedEstimator / CrystalML::BaseEstimator / Reference / Object
Constructors
Instance methods
alpha
Sourcecoef_
Sourcefit(x : Tensor(Float64, CPU(Float64)), y : Tensor(Float64, CPU(Float64)), n_iter : Int32 = 10, tol : Float64 = 1e-3)
Sourceintercept_
Source