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