kernlab (version 0.9-4)

gausspr-class: Class "gausspr"

Description

The Gaussian Processes object class

Arguments

Objects from the Class

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

See Also

gausspr, ksvm-class, vm-class

Examples

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

Run the code above in your browser using DataCamp Workspace