1 write to _context
Microsoft.ML.AutoML (1)
AutoMLExperiment\AutoMLExperiment.cs (1)
42
_context
= context;
4 references to _context
Microsoft.ML.AutoML (4)
AutoMLExperiment\AutoMLExperiment.cs (4)
47
_settings.Seed = ((IHostEnvironmentInternal)
_context
.Model.GetEnvironment()).Seed;
70
_serviceCollection.TryAddSingleton(((IChannelProvider)
_context
).Start(nameof(AutoMLExperiment)));
71
_serviceCollection.TryAddSingleton<IMLContextManager>(new DefaultMLContextManager(
_context
, $"{nameof(AutoMLExperiment)}-ChildContext"));
93
_context
.Assert(maxModel > 0, "maxModel has to be greater than 0");