View source: R/fuzzification.R
fuzzify_crisp_value | R Documentation |
Converts a crisp value into a triangular fuzzy number with a specified spread.
fuzzify_crisp_value(crisp_value, spread = 1)
crisp_value |
Numeric. The crisp value to be fuzzified. |
spread |
Numeric. The spread for fuzzification (default is 1). |
A list representing the triangular fuzzy number with components l
, x
, and r
.
fuzzify_crisp_value(10, spread = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.