These functions yield a Boolean value that express the meaning of a degree returning from an evaluation of a membership function.
That is, the parameter degree
is a value in [0, 1] resulting from evaluation a value in a membership degree.
Then, an evaluation mode "translate" the meaning of this degree of truth as a Boolean value.
There some different ways to make this kind of translation:
soft_eval
: It returns TRUE
if degree
is greater than 0.
strict_eval
: It returns TRUE
if degree
is equal to 0.
alpha_eval
: It returns TRUE
if degree
is greater than or equal to another value (named alpha
).
soft_alpha_eval
: It returns TRUE
if degree
is greater than another value (named alpha
).
These operators are employed to process the evaluation modes of fuzzy topological relationships that are processed as Boolean predicates.