Currently the user may choose amongst several versions of the same function. The differences lay in the incresing degree of C code programming involve. The slower adapt.R.NeuralNet was the original R code function and adapt.C4.NeuralNet (a.k.a adapt.NeuralNet ) is the more C conversed function and the one that provides higher speeds of execution.
adapt.NeuralNet(net,Pvector,target)
adapt.R.NeuralNet(net,Pvector,target)
adapt.C1.NeuralNet(net,Pvector,target)
adapt.C2.NeuralNet(net,Pvector,target)
adapt.C3.NeuralNet(net,Pvector,target)
train
, train.compare