Module fuzzylogic.truth
Functions that transform a given membership value to a truth value.
How this can be useful? Beats me. Found it somewhere on the internet, never needed it.
Functions
fairly_false(m)
: Part of a circle in quadrant I.
fairly_true(m)
: Part of a circle in quadrant II.
false(m)
: The opposite of TRUE.
true(m)
: The membership-value is its own truth-value.
very_false(m)
: Part of a circle in quadrant III.
very_true(m)
: Part of a circle in quadrant IV.