representativeValue
是Yuka js库中 LeftSCurveFuzzySet
对象的一个方法,用于计算模糊集的代表值。
LeftSCurveFuzzySet.representativeValue();
无。
const fuzzySet = new YUKA.LeftSCurveFuzzySet(0, 1, 3);
const representativeValue = fuzzySet.representativeValue(); // returns 0.5
representativeValue
方法计算模糊集的代表值,经过以下步骤:
representativeValue
方法仅适用于左S曲线模糊集(LeftSCurveFuzzySet)对象。