[R] Prediction data gaps by "neuralnet" package

javad bayat j.bayat194 at gmail.com
Thu Nov 19 11:23:20 CET 2015


Dear R users;
I am trying to predict the gaps in my data set (colorofil.A) by using
"neuralnet" package. But when I run the following codes it gives me error.
Could anyone help me to fix the problem?
Bests.

> library("neuralnet")

> head(ss1,2)[,c(5,24)]
      Season      colorofil.A
1       Sp              NA
2       Sp              10

> net.sqrt <- neuralnet(colorofil.A~Season,ss1, hidden=10, threshold=0.01)
print(net.sqrt)











-- 
Best Regards
Javad Bayat
M.Sc. Environment Engineering
Alternative Mail: bayat194 at yahoo.com

	[[alternative HTML version deleted]]



More information about the R-help mailing list