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