Learn R Programming

ada (version 2.0-5.1)

addtest: Add a test set to ada

Description

addtest updates the ada object to have additional testing errors and testing kappa accuracies for each iteration.

Usage

addtest(x,test.x,test.y, ...)

Value

updated ada object.

Arguments

x

object generated by the function ada.

test.x

new x data

test.y

the true labeling for this testing data

...

other arguments not used by this function.

See Also

ada,update.ada