Testing, again

This commit is contained in:
blacklight 2009-08-09 20:49:59 +02:00
parent aac905673b
commit 3f56c8404c
2 changed files with 18 additions and 16 deletions

View file

@ -21,6 +21,7 @@ int main() {
xml += NeuralNet::XMLFromSet(1, "3,3,1;7");
xml += NeuralNet::XMLFromSet(2, "5,4,2;11");
NeuralNet::closeXML(xml);
cout << "xml:\n" << xml << endl;
net.train(xml, NeuralNet::str);
vector<double> v;