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