Scenario |
Type |
Detail |
Network visualization structures |
Basic Path |
Class PTreeViewer is used to visualize network. In the constructor of the window, new tree (in our case network) PTreeViewer.TreeControl is created. This structure is loaded in the function Visualiss.CreateTree(), according to given structure of TreeControl. Each node has some parameters - they are loaded in function Visualiss.AddInformation(node,BP_Node). |
Visualiss window |
Basic Path |
This window is not modal window, because the user sometimes wants to compare his networks. After the window creation, tree structure is created and no changes happens to them later. So when a training step is done, open another window and see changes between both windows (thresholds and weights of nodes have changed). |
|