4 references to ProportionRandom
Microsoft.ML.Sweeper (4)
Algorithms\KdoSweeper.cs (4)
96_host.CheckUserArg(0 <= options.ProportionRandom && options.ProportionRandom <= 1, nameof(options.ProportionRandom), "Must be in [0, 1]"); 210if (_spu.SampleUniform() <= _args.ProportionRandom)