1 implementation of SaveAsText
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
232void ICanSaveInTextFormat.SaveAsText(TextWriter writer, RoleMappedSchema schema)
4 references to SaveAsText
Microsoft.ML.Data (2)
Dirty\PredictorUtils.cs (1)
48textSaver.SaveAsText(writer, schema);
Prediction\Calibrator.cs (1)
237saver.SaveAsText(writer, schema);
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
870/// Actual implementation of <see cref="ICanSaveInTextFormat.SaveAsText(TextWriter, RoleMappedSchema)"/> should happen in derived classes. 889/// Redirect <see cref="ICanSaveInTextFormat.SaveAsText(TextWriter, RoleMappedSchema)"/> call to the right function.