Learn R Programming

ddgraph (version 1.16.0)

predSVM: Calculate the decision value of an SVM model

Description

Calculate the decision value of an SVM model. Note this is different from the actual prediction which is either 0 or 1, while decision values go from -1 to 1. (taken from [Zizen 2009] supplementary code)

Usage

predSVM(f, feature)

Arguments

f
The trained SVM model object.
feature
The input value to which output is needed.

Value