predict.dcSVM: Predictions with Divide-Conquer Support Vector Machines

Description Usage Arguments

Description

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

Usage

1
2
## S3 method for class 'dcSVM'
predict(object, newdata, ...)

Arguments

object

Object of class "dcSVM", created by dcSVM.

newdata

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

...

other parameters passing to predict.svm


aydindemircioglu/ConfSVM documentation built on May 11, 2019, 4:12 p.m.