#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "nn.h"
#include "expat.h"
Data Structures | |
| struct | nnXMLLayer |
| struct | nnXMLLink |
| struct | nnXMLNet |
| struct | nnXMLNode |
| struct | nodeTable |
| struct | xmlUserData |
Functions | |
| int | nnSaveNetworkXML (nnNet *net, FILE *f) |
| Save a network's topology and weights to an XML-format file. | |
| nnNet * | nnLoadNetworkXML (FILE *f) |
| Load a network's topology and weights from an XML-format file. | |
|
|
Load a network's topology and weights from an XML-format file.
|
|
||||||||||||
|
Save a network's topology and weights to an XML-format file.
|
|
|
Initial value:
"$Id: nnxml.c 319 2003-02-22 08:57:23Z asaddi $" |
1.2.18