grad_opt_debug | R Documentation |
Print debug statement for how the graduated optimisation is going
grad_opt_debug(alpha, X, Y, epsilon, beta, lambda1, lambda2, weight, beta_max)
alpha |
linear model |
X |
data matrix |
Y |
response vector |
epsilon |
error tolerance |
beta |
current sigmoid steepness |
lambda1 |
L1 coefficients |
lambda2 |
L2 coefficients |
weight |
weight vector |
beta_max |
max sigmoid steepness |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.