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