Open BP network from the file |
Basic Path |
Already saved networks can be loaded back to the program again. Only special XML files are supported. In the dialog, user fills in the name of the file, that contains the network.
XmlReader is created and reads the network from the file into the memory. With initial parameters, a new network is created with initial parameters (all zeros-function CreateNet(...)) and then filled with its parameters (function BP_network.ReadNet(XmlReader)). The network is inserted into the linked list and listbox with its informations.
Most important functions: Read(); MoveToElement(); ReadString() with XmlConvert functions |