kernlab (version 0.9-24)

kcca-class: Class "kcca"

Description

The "kcca" class

Arguments

Objects from the Class

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

See Also

kcca, kpca-class

Examples

Run this code
## dummy data
x <- matrix(rnorm(30),15)
y <- matrix(rnorm(30),15)

kcca(x,y,ncomps=2)

Run the code above in your browser using DataCamp Workspace