3 references to randomFloat
Microsoft.ML.Samples (3)
Dynamic\Trainers\BinaryClassification\LightGbmWithOptions.cs (3)
106
var label =
randomFloat
() > 0.5f;
114
.Select(x => x ?
randomFloat
() :
randomFloat
() +