predict_svm: Predict using support vector machine

Description Usage Arguments Author(s)

View source: R/e1071.r

Description

Predict using support vector machine

Usage

1
predict_svm(object, x, probability = object$compprob, statistic = TRUE, ...)

Arguments

object

Fitted SVM, as produced by fit_svm.

x

Data set to predict response for.

probability

Whether to calculate class probabilities.

statistic

Whether to return the raw classification statistics.

...

Sent to predict.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_svm in emil...