kernlab (version 0.9-0)

lssvm-class: Class "lssvm"

Description

The Gaussian Processes object

Arguments

Objects from the Class

Objects can be created by calls of the form new("lssvm", ...). or by calling the lssvm function

See Also

lssvm, ksvm-class

Examples

Run this code
# train model
data(iris)
test <- lssvm(Species~.,data=iris,var=2)
test
alpha(test)
error(test)
lev(test)

Run the code above in your browser using DataCamp Workspace