3 writes to UseSoftmax
Microsoft.ML.Tests (3)
OnnxConversionTest.cs (1)
1677
new LightGbmMulticlassTrainer.Options {
UseSoftmax
= true }));
TrainerEstimators\TreeEstimators.cs (2)
345
UseSoftmax
= softMax
469
UseSoftmax
= useSoftmax,
3 references to UseSoftmax
Microsoft.ML.LightGbm (3)
LightGbmMulticlassTrainer.cs (3)
342
if (LightGbmTrainerOptions.
UseSoftmax
.HasValue)
343
useSoftmax = LightGbmTrainerOptions.
UseSoftmax
.Value;
349
ch.Info("Auto-tuning parameters: " + nameof(LightGbmTrainerOptions.
UseSoftmax
) + " = " + useSoftmax);