Exemple #1
0
 /// <summary>
 /// The OnIntialize callback fires when initializing the trainer.
 /// </summary>
 public void OnInitialize(InitializeArgs e)
 {
     initialize(e);
 }
Exemple #2
0
 /// <summary>
 /// Override called by the Initialize method of the trainer.
 /// </summary>
 /// <remarks>
 /// When providing a new trainer, this method is not used.
 /// </remarks>
 /// <param name="e">Specifies the initialization arguments.</param>
 protected virtual void initialize(InitializeArgs e)
 {
 }