kcca-class {kernlab} | R Documentation |
The "kcca" class
Objects can be created by calls of the form new("kcca", ...)
.
or by the calling the kcca
function.
kcor
:"vector"
describing the correlationsxcoef
:"matrix"
estimated coefficients for the x
variablesycoef
:"matrix"
estimated coefficients for the y
variables xvar
:"matrix"
holds the
canonical variates for x
yvar
:"matrix"
holds the
canonical variates for y
signature(object = "kcca")
: returns the correlationssignature(object = "kcca")
: returns the estimated coefficients for the x
variablessignature(object = "kcca")
: returns the estimated coefficients for the y
variables signature(object = "kcca")
: returns the canonical
variates for x
signature(object = "kcca")
: returns the canonical
variates for y
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at