2 overrides of Calibrate
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
1167private protected override void Calibrate(Span<float> dst) 1239private protected override void Calibrate(Span<float> dst)
2 references to Calibrate
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
793Calibrate(editor.Values); 828/// Then, <see cref="Calibrate(Span{float})"/> will be called to adjust those raw scores.