predict.gaterSVM: Prediction for Gater SVM

View source: R/gaterSVM.R

predict.gaterSVMR Documentation

Prediction for Gater SVM

Description

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

Usage

## S3 method for class 'gaterSVM'
predict(object, newdata, ...)

Arguments

object

An object of class gaterSVM

newdata

newdata An n x p matrix containing the new input data. Could be a matrix or a sparse matrix object.

...

parameters for future usage.


hetong007/SwarmSVM documentation built on Jan. 10, 2023, 12:52 a.m.