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