Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is old loadNet() #13

Open
cacoch opened this issue Aug 5, 2017 · 1 comment
Open

Where is old loadNet() #13

cacoch opened this issue Aug 5, 2017 · 1 comment

Comments

@cacoch
Copy link

cacoch commented Aug 5, 2017

I'm using SNNS function loadNet(netfile) to recover network state. I can't find any equivalent in RSNNS.

@cbergmeir
Copy link
Owner

It is there in the low-level interface, as

snnsObject$loadNet(...)

Have a look at some of the low-level demos, like mlp_irisSnnsR.R

If you only use the high-level functions, like mlp(), elman() jordan(), etc., then simply saving and loading the R objects to RData files should work, due to the implemented object serialization mechanism, which will take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants