fawda123 / NeuralNetTools

R package of generic neural network tools
https://fawda123.github.io/NeuralNetTools/
Creative Commons Zero v1.0 Universal
72 stars 20 forks source link

garson-method nnet with one hidden-unit #8

Closed AndreasFischer closed 9 years ago

AndreasFischer commented 9 years ago

There seems to be a problem with your garson-method in case of nnets with one hidden-unit:

set.seed(0);garson(nnet(data.frame(rnorm(100),rnorm(100)),rnorm(100),size=2)) #works set.seed(0);garson(nnet(data.frame(rnorm(100),rnorm(100)),rnorm(100),size=1)) #does not work

fawda123 commented 9 years ago

see latest release/push