2 overrides of GetOnnxPostTransform
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
1184
private protected override string
GetOnnxPostTransform
() => "NONE";
1264
private protected override string
GetOnnxPostTransform
() => "SOFTMAX";
1 reference to GetOnnxPostTransform
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
992
node.AddAttribute("post_transform",
GetOnnxPostTransform
());