C# Class Encog.Util.Simple.TrainingDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
PerformButtonUpdate ( ) : void

Update the update button to "stopping".

PerformClose ( ) : void

Close the window.

TrainingDialog ( ) : System

Constructor.

UpdateStats ( String iterations, String error, String time ) : void

Called to update the stats.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ThreadProcess ( ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

PerformButtonUpdate() public méthode

Update the update button to "stopping".
public PerformButtonUpdate ( ) : void
Résultat void

PerformClose() public méthode

Close the window.
public PerformClose ( ) : void
Résultat void

TrainingDialog() public méthode

Constructor.
public TrainingDialog ( ) : System
Résultat System

UpdateStats() public méthode

Called to update the stats.
public UpdateStats ( String iterations, String error, String time ) : void
iterations String The number
error String The current error.
time String
Résultat void