Class "kfa"
The class of the object returned by the Kernel Feature
Analysis kfa
function
Objects can be created by calls of the form new("kfa", ...)
or by
calling the kfa
method. The objects contain the features along with the
alpha values.
alpha
:Object of class "matrix"
containing the
alpha values
alphaindex
:Object of class "vector"
containing
the indexes of the selected feature
kernelf
:Object of class "kfunction"
containing
the kernel function used
xmatrix
:Object of class "matrix"
containing
the selected features
kcall
:Object of class "call"
containing the
kfa
function call
terms
:Object of class "ANY"
containing the
formula terms
signature(object = "kfa")
: returns the alpha values
signature(object = "kfa")
: returns the
index of the selected features
signature(object = "kfa")
: returns the function call
signature(object = "kfa")
: returns the kernel
function used
signature(object = "kfa")
: used to embed more
data points to the feature base
signature(object = "kfa")
: returns the
selected features.
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
data(promotergene) f <- kfa(~.,data=promotergene)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.