Usage
"predict"(object, train, newdata,
train.classcol=1, newdata.classcol=1, return.classes=TRUE,
more=FALSE, verbose = 0, ...)
Arguments
train
Training set used to build classifier
newdata
New data on which to make predictions
train.classcol
Column number for classification in training set.
Default: 1
newdata.classcol
Column number for classification in newdata set.
Default: 1. If
return.classes
Logical; if TRUE, return a vector of classifications
of the newdata set. Default: TRUE
more
Logical; if TRUE, also print error rate. Default: FALSE
verbose
Level of verbosity for debugging. Default: 0
...
Other arguments, currently ignored