Implemented interface member:
event
OnStopTraining
Microsoft.ML.AutoML.IStopTrainingManager.OnStopTraining
2 references to OnStopTraining
Microsoft.ML.AutoML (1)
AutoMLExperiment\IStopTrainingManager.cs (1)
71OnStopTraining?.Invoke(this, e);
Microsoft.ML.AutoML.Tests (1)
StopTrainingManagerTests.cs (1)
51manager.OnStopTraining += (o, e) =>