2 overrides of ApplyPfaPostTransform
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
1189private protected override JToken ApplyPfaPostTransform(JToken input) => input; 1269private protected override JToken ApplyPfaPostTransform(JToken input) => PfaUtils.Call("m.link.softmax", input);
1 reference to ApplyPfaPostTransform
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
960return ApplyPfaPostTransform(PfaUtils.Call("model.reg.linear", input, cellRef));