| compute_multiple_kernel_objective_vals_gpu | R Documentation |
Compute multiple kernel objective values using GPU
compute_multiple_kernel_objective_vals_gpu(
W,
Kgrams,
weights,
initial_objs,
running_sums,
max_reds,
maximum_gain_scaling,
device = 0
)
W |
The design matrix (r x n) |
Kgrams |
A list of Gram matrices |
weights |
A vector of weights for the kernels |
initial_objs |
A vector of initial objective values |
running_sums |
A vector of current kernel sums |
max_reds |
A vector of max reduction log objective values |
maximum_gain_scaling |
Scaling factor |
device |
The device ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.