#representativeValue
在Yuka js库的LeftShoulderFuzzySet中,representativeValue
方法用于获取该模糊集的代表值。
该方法没有任何参数。
该方法返回该模糊集的代表值,与该模糊集的类型(左肩模糊集)相关。
const fuzzySet = new LeftShoulderFuzzySet(5, 10, 15);
console.log(fuzzySet.representativeValue()); // 5
该方法只适用于Yuka js库中的LeftShoulderFuzzySet模糊集类型。模糊集代表值的计算方法与模糊集类型有关。