ANN ADALINE training function (incremental training with tapped delay)
[w,b] = ann_ADALINE_predict(P,T,alpha) [w,b] = ann_ADALINE_predict(P,T,alpha,itermax,D,initfunc)
Training input
Training target
Learning Rate
Maximum Training Iteration
number of delays
Weight and Bias Initialize functions, either 'rand', 'zeros', or 'ones'
weights for the network
bias for the network
Predicted output
Error between T and y
Adaptive Linear Neuron with incremental (going throught data one by one) training algorithm and tapped delay