and_function | R Documentation |
Determine the function to be used in the conjunctive aggregation step of evaluate()
.
and_function(method = EnumEvalMethod, and = NULL)
method |
One of: |
and |
Some conjunctive aggregation function of the form |
Returns the function and
if not NULL
.
Otherwise, it determines the result depending on method
:
"set"
:function(x) 0
"prob"
:prod
"fuzzy"
:min
"fuzzynorm"
:min
Fails with an error if the result is not an R function.
evaluate
, or_function()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.