
Last chance! 50% off unlimited learning
Sale ends in
The function applies a model produced by the
gaterSVM
function to every row of a data matrix and returns the model predictions.
# S3 method for gater
predict(object, newdata, ...)
Object of class "gater", created by gater
.
An n x p matrix containing the new input data. Could be a matrix or a sparse matrix object.
parameters for future usage.