qkprc-class {qkerntool} | R Documentation |
Class "qkprc"
Description
The qKernel Prehead class
Objects of class "qkprc"
Objects from the class cannot be created directly but only contained in other classes.
Slots
cndkernf
:Object of class
"kfunction"
containing the kernel function usedqpar
:Object of class
"list"
containing the kernel parameters usedxmatrix
:Object of class
"input"
containing the data matrix usedymatrix
:Object of class
"input"
containing the data matrix usedkcall
:Object of class
"ANY"
containing the function callterms
:Object of class
"ANY"
containing the function termsn.action
:Object of class
"ANY"
containing the action performed on NA
Methods
- cndkernf
signature(object = "qkprc")
: returns the used kernel function- xmatrix
signature(object = "qkprc")
: returns the used data matrix- ymatrix
signature(object = "qkprc")
: returns the used data matrix- kcall
signature(object = "qkprc")
: returns the performed call
Author(s)
Yusen Zhang
yusenzhang@126.com
See Also
qkernel-class
,
cndkernel-class