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