Constructs object of class VB2FitObj
.
VB2FitObj(
Alpha = NULL,
Xtrain = NULL,
DifMat = NULL,
Kernel = NULL,
OptMeth = NULL
)
VB2FitObj
Object of class RegFitObj
containing elements:
Alpha | solution of the quadratic optimization problem, |
Xtrain | matrix of training points, |
DifMat | matrix used to maked differences between neighbor points, |
Kernel | kernel matrix, an object of class Kernel , |
OptMeth | program used to solve the quadratic optimization problem. |
[vector(1)
]
Solution of the quadratic optimization problem of interest.
[matrix(1)
]
Matrix of training data points.
[Diffmatrix(1)
]
Matrix used to maked differences between neighbor points.
[Kernel(1)
]
Object of class Kernel
.
[character(1)
]
Program used to solve the optimization problem.