prc-class {kernlab} | R Documentation |
Principal Components Class
Objects from the class cannot be created directly but only contained in other classes.
pcv
:"matrix"
containing the
principal component vectors eig
:"vector"
containing the
coresponding eigenvalueskernelf
:"kfunction"
containing
the kernel function usedkpar
:"list"
containing the
kernel parameters used xmatrix
:"input"
containing
the data matrix used kcall
:"ANY"
containing the
function call n.action
:"ANY"
containg the
action performed on NA signature(object = "prc")
: returns the eigenvalues signature(object = "prc")
: returns the
performed callsignature(object = "prc")
: returns the used
kernel functionsignature(object = "prc")
: returns the principal
component vectors signature(object = "prc")
: embeeds new data signature(object = "prc")
: returns the used
data matrix
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
kpca-class
,kha-class
, kfa-class