## S3 method for class 'matrix':
kcca(x, y, kernel="rbfdot", kpar=list(sigma=0.1),
gamma = 0.1, ncomps = 10, ...)
sigma
inverse kernel width for the Radial Basiskpca
functionx
variables in the
feature spacey
variables in the
feature spacecancor
, kpca
, kfa
, kha
## 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 DataLab