representativeValue
方法属于NormalDistFuzzySet
类别,该方法用于获取模糊集合的代表值。
NormalDistFuzzySet.representativeValue();
返回模糊集合的代表值,类型为number。
const fuzzySet = new NormalDistFuzzySet(5, 2);
const representativeValue = fuzzySet.representativeValue(); // 5
representativeValue
方法仅适用于正态分布模糊集合。