Last data update: 2014.03.03

R: lasvmPredictWrapper
lasvmPredictWrapperR Documentation

lasvmPredictWrapper

Description

Use lasvm to predict a given problem.

Usage

lasvmPredictWrapper(x, SV, elif, gamma, kdegree, kcoef0, bias, kerneltype,
  verbose = FALSE)

Arguments

x

data matrix

SV

matrix of support vectors

elif

vector of alphas

gamma

gamma of RBF kernel

kdegree

degree for POLY kernel

kcoef0

coef0 for kernel

bias

bias term

kerneltype

type of kernel to use

verbose

verbose output?

Value

a list consisting of predictions just the predictions

Results