1 write to _metricManager
Microsoft.ML.AutoML (1)
API\BinaryClassificationExperiment.cs (1)
369_metricManager = metricManager;
2 references to _metricManager
Microsoft.ML.AutoML (2)
API\BinaryClassificationExperiment.cs (2)
382if (_metricManager is BinaryMetricManager metricManager) 445throw new ArgumentException($"The runner metric manager is of type {_metricManager.GetType()} which expected to be of type {typeof(ITrainValidateDatasetManager)} or {typeof(ICrossValidateDatasetManager)}");