1 write to _rnd
Microsoft.ML.AutoML (1)
API\BinaryClassificationExperiment.cs (1)
371
_rnd
= settings.Seed.HasValue ? new Random(settings.Seed.Value) : new Random();
1 reference to _rnd
Microsoft.ML.AutoML (1)
API\BinaryClassificationExperiment.cs (1)
398
var res = metrics[
_rnd
.Next(fold)];