Ensures the all fuzzy values are between 0.0 and 1.0.
Returns
For Fuzzy value lesser than 0.0 returns 0.0,
for Fuzzy value greater then 1.0 returns 1.0, otherwise returns original Fuzzy value.
See Logic for details on Fuzzy Human Logic values normalization.
Ensures the all fuzzy values are between
0.0
and1.0
.Returns
For
Fuzzy
value lesser than0.0
returns0.0
, forFuzzy
value greater then1.0
returns1.0
, otherwise returns originalFuzzy
value. See Logic for details on Fuzzy Human Logic values normalization.