Implemented interface member:
event
OnStopTraining
Microsoft.ML.AutoML.IStopTrainingManager.OnStopTraining
2 references to OnStopTraining
Microsoft.ML.AutoML (2)
AutoMLExperiment\IStopTrainingManager.cs (2)
37OnStopTraining?.Invoke(this, EventArgs.Empty); 69_cancellationTokenTrainingStopManager.OnStopTraining += (o, e) =>