1 implementation of SaveAsCode
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
240void ICanSaveInSourceCode.SaveAsCode(TextWriter writer, RoleMappedSchema schema)
4 references to SaveAsCode
Microsoft.ML.Data (2)
Dirty\PredictorUtils.cs (1)
126saver.SaveAsCode(writer, schema);
Prediction\Calibrator.cs (1)
245saver.SaveAsCode(writer, schema);
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
902/// Actual implementation of <see cref="ICanSaveInSourceCode.SaveAsCode(TextWriter, RoleMappedSchema)"/> should happen in derived classes. 928/// Redirect <see cref="ICanSaveInSourceCode.SaveAsCode(TextWriter, RoleMappedSchema)"/> call to the right function.