Hello All!

 I am training to train a NN with function train() after splitting data with
the function splitForTrainingAndTest(). The split is ok (checked it), but
when I get a try on training I get this message:

Error in UseMethod("train") :
  no applicable method for 'train' applied to an object of class
"c('double', 'numeric')"

The input data are logrithms of some financial values and their first lags.


Does anybody can give me a hint how to make the train() function work
correctly?



Thank you and have a good day!

Sara

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to