kernlab (version 0.8-2)

kfa-class: Class "kfa"

Description

The class of the object returned by the Kernel Feature Analysis kfa function

Arguments

Objects from the Class

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.

See Also

kfa, kpca-class

Examples

Run this code
data(promotergene)
f <- kfa(~.,data=promotergene)

Run the code above in your browser using DataCamp Workspace