View source: R/sol_osqp_func.R
opt_sol_osqp | R Documentation |
Uses the osqp package to solve the quadratic optimization problem defined by SVHM.
opt_sol_osqp(optimizazion_data, num_event_times, cost)
num_event_times |
number of event times in the training dataset |
cost |
cost parameter of the support vector machine of type numeric |
optimization_data |
all values needed for optimization in a list with order (risk_vector, adapted_kernel_matrix, cond_mat, weight_vec) |
optimal solution for the SVHM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.