normalize_function | R Documentation |
Determine the function to be used in the normalization step of evaluate()
.
normalize_function(method = EnumEvalMethod, norm = NULL)
method |
One of: |
norm |
Some normalization function of the form |
Returns function norm
if not NULL
.
Otherwise, it determines the result depending on method
:
"set"
:norm_none()
"prob"
:norm_sum()
"fuzzy"
:norm_none()
"fuzzynorm"
:norm_max()
Fails with an error if the result is not an R function.
evaluate
, norm_none()
, norm_max()
, norm_sum()
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.