svm.predict: The predict function for svm.admm

Description Usage Arguments Value

View source: R/svm.predict.R

Description

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

Usage

1
svm.predict(x.te, model)

Arguments

x.te

A n*p data matrix, input test data.

model

The training result created by svm.admm.

Value

n-length vector, predicted labels.


svmadmm documentation built on May 2, 2019, 3:46 p.m.

Related to svm.predict in svmadmm...