2 references to SaveAsPfaCore
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
964
/// This is called at the end of <see cref="
SaveAsPfaCore
(BoundPfaContext, JToken)"/> to adjust the final outputs of all linear models.
971
JToken ISingleCanSavePfa.SaveAsPfa(BoundPfaContext ctx, JToken input) =>
SaveAsPfaCore
(ctx, input);