| kcca-class {kernlab} | R Documentation | 
Class "kcca"
Description
The "kcca" class
Objects from the Class
Objects can be created by calls of the form new("kcca", ...).
or by the calling the kcca function. 
Slots
kcor:Object of class
"vector"describing the correlationsxcoef:Object of class
"matrix"estimated coefficients for thexvariablesycoef:Object of class
"matrix"estimated coefficients for theyvariables
Methods
- kcor
 signature(object = "kcca"): returns the correlations- xcoef
 signature(object = "kcca"): returns the estimated coefficients for thexvariables- ycoef
 signature(object = "kcca"): returns the estimated coefficients for theyvariables
Author(s)
Alexandros Karatzoglou 
alexandros.karatzoglou@ci.tuwien.ac.at
See Also
Examples
## dummy data
x <- matrix(rnorm(30),15)
y <- matrix(rnorm(30),15)
kcca(x,y,ncomps=2)
[Package kernlab version 0.9-32 Index]