4 references to CreateLinearBinaryModelParameters
Microsoft.ML.StandardTrainers (4)
Standard\SdcaBinary.cs (4)
2316var subModel = CreateLinearBinaryModelParameters(weights, bias); 2398=> CreateLinearBinaryModelParameters(weights, bias); 2455return CreateLinearBinaryModelParameters(weights, bias); 2458var subModel = CreateLinearBinaryModelParameters(weights, bias);