check_arguments(x, y, train, classify)
train
. (See
details.)TRUE
invisibly if no errors are encountered.train
are x
and y
,
corresponding to the data matrix and the vector of their
labels. Additional arguments can be passed to the
train
function. The returned object should be a
classifier that will be passed to the function given in
the classify
argument.