max_num_terms | R Documentation |
These parameters are auxiliary to models that use the "earth"
engine. They correspond to tuning parameters that would be specified using
set_engine("earth", ...)
.
max_num_terms(range = c(20L, 200L), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
To use these, check ?earth::earth
to see how they are used.
max_num_terms()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.