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