C# Класс Encog.Util.Simple.TrainingDialog

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

PerformButtonUpdate() публичный Метод

Update the update button to "stopping".
public PerformButtonUpdate ( ) : void
Результат void

PerformClose() публичный Метод

Close the window.
public PerformClose ( ) : void
Результат void

TrainingDialog() публичный Метод

Constructor.
public TrainingDialog ( ) : System
Результат System

UpdateStats() публичный Метод

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
Результат void