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

NN parameter class #1

Open
kronenthaler opened this issue May 17, 2013 · 0 comments
Open

NN parameter class #1

kronenthaler opened this issue May 17, 2013 · 0 comments

Comments

@kronenthaler
Copy link
Owner

Implement a parameter class to encapsulate a dictionary so each NN can pass all the parameters during initialization if necessary using a single object.

This wrapper can use something based on templates to get the parameters on the right types:

@SuppressWarnings("unchecked")
public T get(String name){
return (T)params.get(name);
}
parameters.get("spike");

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

No branches or pull requests

1 participant