ml-params | R Documentation |
Helper methods for working with parameters for ML objects.
ml_is_set(x, param, ...)
ml_param_map(x, ...)
ml_param(x, param, allow_null = FALSE, ...)
ml_params(x, params = NULL, allow_null = FALSE, ...)
x |
A Spark ML object, either a pipeline stage or an evaluator. |
param |
The parameter to extract or set. |
... |
Optional arguments; currently unused. |
allow_null |
Whether to allow |
params |
A vector of parameters to extract. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.