Class "kcca"
The "kcca" class class
Objects can be created by calls of the form new("kcca", ...)
. or by the calling the kcca
function.
kcor
:: Object of class "vector"
describing the correlationsxcoef
:: Object of class "matrix"
estimated coefficients for the x
variablesycoef
:: Object of class "matrix"
estimated coefficients for the y
variablessignature(object = "kcca")
: returns the correlationssignature(object = "kcca")
: returns the estimated coefficients for the x
variablessignature(object = "kcca")
: returns the estimated coefficients for the y
variablesAlexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
kcca
, kpca-class
## dummy data x <- matrix(rnorm(30),15) y <- matrix(rnorm(30),15) kcca(x,y,ncomps=2)
Useful links