4 references to LinearRegressionModelParameters
Microsoft.ML.Mkl.Components (1)
OlsLinearRegression.cs (1)
459IValueMapper lrPredictor = new LinearRegressionModelParameters(Host, in weights, bias);
Microsoft.ML.StandardTrainers (3)
Standard\LinearModelParameters.cs (1)
677return new LinearRegressionModelParameters(Host, in weights, bias);
Standard\Online\OnlineGradientDescent.cs (1)
124return new LinearRegressionModelParameters(ParentHost, in weights, bias);
Standard\SdcaRegression.cs (1)
155return new LinearRegressionModelParameters(Host, in maybeSparseWeights, bias[0]);