Let's say you have Crime rate in 100 cities and you want to divide them to 3 sets (Low, Med, Hi).
Let's consider the triangular membership function where the parameters are:
lower limit a, an upper limit b, and a value m, where a < m < b.
what are some of the optimal ways to define the parameters of each fuzzy set (Low, Med, Hi)?
Do I just need to do clustering then determine the lower and upper limits (min and max of each cluster) then adjust the value m manually?
any help is appreciated