fit_regularized_linear | R Documentation |
Wrapper for sparsediscrim models
fit_regularized_linear(
x,
y,
regularization_method = "diagonal",
...,
call = rlang::caller_env()
)
fit_regularized_quad(
x,
y,
regularization_method = "diagonal",
...,
call = rlang::caller_env()
)
x |
A matrix or data frame. |
y |
A factor column. |
regularization_method |
A character string. |
... |
Not currently used. |
A sparsediscrim object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.