1 implementation of CreateMLContext
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
34public MLContext CreateMLContext()
7 references to CreateMLContext
Microsoft.ML.AutoML (7)
API\BinaryClassificationExperiment.cs (2)
366_context = contextManager.CreateMLContext(); 388var refitContext = _contextManager.CreateMLContext();
API\MulticlassClassificationExperiment.cs (2)
352_context = contextManager.CreateMLContext(); 366var refitContext = _contextManager.CreateMLContext();
API\RegressionExperiment.cs (2)
372_context = contextManager.CreateMLContext(); 393var refitContext = _contextManager.CreateMLContext();
AutoMLExperiment\AutoMLExperiment.cs (1)
64var context = contextManager.CreateMLContext();