ada.update updates the ada object to have additional trees given a new number of
iterations.
# S3 method for ada
update(object, x, y, test.x, test.y = NULL, n.iter, ...)updated ada object.
object generated by the function ada.
x training data
training response
x testing data (optional)
the true labeling for this testing data (optional)
new number of iterations, must be provided and n.iter>iter
other arguments not used by this function.
ada.default,summary.ada,predict.ada,
plot.ada,pairs.ada