vanbelle1Fit | R Documentation |
fits the 'vanbelle1' version of the ranking approach of survival support vector ananlysis.
vanbelle1Fit(
X,
Y,
delta,
meth_par = 1,
kernel_type = "lin_kernel",
kernel_pars = NA,
bin_cat = integer(0),
makediff = makediff3,
opt_alg = "quadprog",
sgf_sv = 5,
sigf = 7,
maxiter = 40,
margin = 0.05,
bound = 10,
eig.tol = 1e-06,
conv.tol = 1e-07,
posd.tol = 1e-08
)
X |
[ |
Y |
[ |
delta |
[ |
meth_par |
[numeric(1)] |
kernel_type |
[ |
kernel_pars |
[ |
bin_cat |
[ |
makediff |
[ |
opt_alg |
[ |
sgf_sv |
[ |
sigf |
[ |
maxiter |
[ |
margin |
[ |
bound |
[ |
eig.tol |
[ |
conv.tol |
[ |
posd.tol |
[ |
[VB1FitObj(1)
]
object of class VB1FitObj
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. |
Cesaire J. K. Fouodo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.