HybridObj | R Documentation |
HybridObj
(hybrid approach)Constructs object of class VB2FitObj
.
HybridObj(
Alpha = NULL,
Beta = NULL,
Betastar = NULL,
Delta = NULL,
Xtrain = NULL,
DifMat = NULL,
Kernel = NULL,
OptMeth = NULL,
b0 = NULL
)
Alpha |
[ |
Beta |
[ |
Betastar |
[ |
Delta |
[ |
Xtrain |
[ |
DifMat |
[ |
Kernel |
[ |
OptMeth |
[ |
b0 |
[ |
[HybridObj(1)
]
Object of class Hybrid
containing elements:
Alpha | Solution of the quadratic optimization problem, |
Xtrain | Matrix of training points, |
DifMat | Matrix used to made differences between neighbouring points. |
Kernel | Kernel matrix, an object of class Kernel , |
OptMeth | Program used to solve the quadratic optimization problem. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.