Learn R Programming

SwarmSVM (version 0.1)

predict.gater: Predictions for Gater function

Description

The function applies a model produced by the gaterSVM function to every row of a data matrix and returns the model predictions.

Usage

"predict"(object, newdata, ...)

Arguments

object
Object of class "gater", created by gater.
newdata
An n x p matrix containing the new input data. Could be a matrix or a sparse matrix object.
...
parameters for future usage.