2 overrides of SaveAsIni
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (2)
557private protected override void SaveAsIni(TextWriter writer, RoleMappedSchema schema, ICalibrator calibrator = null) 591private protected override void SaveAsIni(TextWriter writer, RoleMappedSchema schema, ICalibrator calibrator)
1 reference to SaveAsIni
Microsoft.ML.StandardTrainers (1)
Standard\LinearModelParameters.cs (1)
395void ICanSaveInIniFormat.SaveAsIni(TextWriter writer, RoleMappedSchema schema, ICalibrator calibrator) => SaveAsIni(writer, schema, calibrator);