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