usecase: Error Visualization

public usecase: Error Visualization
Author: Lukáš Civín
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 6.12.2005 11:54:58; Modified: 6.12.2005 12:22:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C92638FF-8AD9-427a-92B0-A2C2053430F1}
Menu: BP network>Error Visualization
 

Goto: Scenarios

See also: User

Appears in: UC Error Visualization

Connections
 
Error Visualization Scenarios
Scenario Type Detail
Saving errors into CSV file Basic Path It is possible to save errors into comma-delimited file .csv.
Errors from ErrorList written into the file and then saved (function BP_ErrorVisul.B_Save_Click() )
Showing errors Basic Path In the Window, there are two important parts
- Data-Grid with number of step and error in that step
- Graph of Error Function

Data-Grid is simple filled from BP_Network.ErrorList and so is the Graph. The graph class is used from external dll DasNetBarChart.dll
Structure for Network error Basic Path During the training, in function BP_Network.StepTrainNet(...) - in each training cycle, the value of global error function is noted into class ErrStep. Class ErrStep contains only number of actual cycle and actual error. Newly created object is then inserted into ArrayList BP_network.ErrorList.

Every BP_network has its ArrayList for noting errors.