View source: R/def_ParameterDefinitions.R
| get_magnitude_values | R Documentation |
Function calculates different magnitude for a numeric argument.
get_magnitude_values(magnitude, n_elements = 9L, max = NULL, min = NULL)
magnitude |
|
n_elements |
|
max |
|
min |
|
Returns a numeric vector with the generated values.
The values are calculated with the following formula:
max * magnitude^i for i=1,...,n_elements.
Only values equal or greater min are returned.
Other Parameter Dictionary:
BaseModelsIndex,
DataSetsIndex,
TokenizerIndex,
doc_formula(),
get_TEClassifiers_class_names(),
get_called_args(),
get_depr_obj_names(),
get_param_def(),
get_param_dict(),
get_param_doc_desc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.