regFit | R Documentation |
The function regFit
fits a survivalsvm
model based on the regression approach.
regFit(
X,
Y,
delta,
meth_par = 1,
kernel_type = "lin_kernel",
kernel_pars = NA,
bin_cat = integer(0),
opt_alg = "quadprog",
sgf_sv = 5,
sigf = 7,
maxiter = 20,
margin = 0.05,
bound = 10,
eig.tol = 1e-06,
conv.tol = 1e-07,
posd.tol = 1e-08
)
X |
[ |
Y |
[ |
delta |
[ |
meth_par |
[ |
kernel_type |
[ |
kernel_pars |
[ |
bin_cat |
[ |
opt_alg |
[ |
sgf_sv |
[ |
sigf |
[ |
maxiter |
[ |
margin |
[ |
bound |
[ |
eig.tol |
[ |
conv.tol |
[ |
posd.tol |
[ |
[RegFitObj(1)
]
object of class RegFitObj
containing elements:
Beta | solution of the quadratic optimization problem, |
SV | support vector machines, |
Kernel | kernel matrix, an object of class Kernel , |
b0 | estimated offset, |
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.