| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
|

Home MathPack Kohonen Methods LoadFromXMLFile |
|||||||||||
| See also: SaveAsXMLFile, ReadFromXMLStream, ReadFromOpenXMLFile, WriteToXMLStream, WriteToOpenXMLFile | |||||||||||
LoadFromXMLFile |
![]() |
||||||||||
The function LoadFromXMLFile reads the network parameters from the file FName and configures the network according to the read parameters. If the parameter DataID is empty, the first <kohonen> tag is evaluated and read into the Kohonen map. If DataID is not empty, the entire file is read until a <kohonen> tag is found whose attribute "id " matches DataID (the recognition of the "id " attribute is not case-sensitive). The function LoadFromXMLFile returns TRUE if both a valid starting tag <kohonen> and a valid end tag </kohonen> has been found and the network parameters have been updated.
|
|||||||||||