View source: R/sol_mosek_func.R
opt_sol_mosek | R Documentation |
Uses the Rmosek package to solve the quadratic optimization problem defined by SVHM.
opt_sol_mosek(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
Rmosek requires a license to use!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.