2 overrides of ApplyPfaPostTransform
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
1189
private protected override JToken
ApplyPfaPostTransform
(JToken input) => input;
1269
private 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)
960
return
ApplyPfaPostTransform
(PfaUtils.Call("model.reg.linear", input, cellRef));