4 implementations of OnStopTraining
Microsoft.ML.AutoML (4)
AutoMLExperiment\IStopTrainingManager.cs (4)
28public event EventHandler? OnStopTraining; 62public event EventHandler? OnStopTraining; 90public event EventHandler? OnStopTraining; 119public event EventHandler? OnStopTraining;
2 references to OnStopTraining
Microsoft.ML.AutoML (2)
AutoMLExperiment\IStopTrainingManager.cs (2)
126manager.OnStopTraining += (o, e) => 141manager.OnStopTraining += (o, e) =>