| VB1FitObj | R Documentation | 
Constructs object of class VB1FitObj.
VB1FitObj(
  Alpha = NULL,
  Xtrain = NULL,
  DifMat = NULL,
  Kernel = NULL,
  OptMeth = NULL
)
Alpha | 
 [  | 
Xtrain | 
 [  | 
DifMat | 
 [  | 
Kernel | 
 [  | 
OptMeth | 
 [  | 
[VB1FitObj]
Object of class RegFitObj containing elements:
Alpha  | solution of the quadratic optimization problem, | 
Xtrain  | matrix of training data 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.