Description Objects of class "qkpca" Slots Methods Author(s) See Also Examples
The qkernel Principal Components Analysis class
Objects can be created by calls of the form new("qkpca", ...)
.
or by calling the qkpca
function.
pcv
:Object of class "matrix"
containing the
principal component vectors
eVal
:Object of class "vector"
containing the
corresponding eigenvalues
rotated
:Object of class "matrix"
containing the
projection of the data on the principal components
signature(object = "qkpca")
: returns the eigenvalues
signature(object = "qkpca")
: returns the principal
component vectors
signature(object = "qkpca")
: embeds new data
signature(object = "qkpca")
: returns the
projected data
signature(object = "qkpca")
: returns the used
data matrix
signature(object = "qkpca")
: returns the
performed call
signature(object = "qkpca")
: returns the used
kernel function
Yusen Zhang
yusenzhang@126.com
qkernel-class
,
cndkernel-class
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.