representativeValue
是 SingletonFuzzySet
类中的一个实例方法,它用于获取模糊集合的代表值。在单例模糊集合中,代表值就是该集合唯一的元素。该方法可以直接被调用或者传入到其他方法中作为回调函数。
SingletonFuzzySet.prototype.representativeValue()
该方法不接受任何参数。
该方法返回模糊集合的代表值。
const sfs = new SingletonFuzzySet(5);
const repVal = sfs.representativeValue();
console.log(repVal); // 5
该方法不会抛出任何异常。
SingletonFuzzySet
类的实例。该方法兼容所有浏览器和 Node.js 环境。