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