Network name and NeuralNetworkPattern
Hi,
I noticed that NeuralNetworkPattern does not have a way to set the name of the generated netural network. This means that persisting the network causes an exception.
Is it intentional that I should be setting the network name after calling generate() on the pattern or would it make sense for the name to be part of the pattern?
Thanks
Martin




You should be able to call setName on the generated network. But it would be handy to have a name attribute on the pattern, which is something I may add at some point.
Jeff