【发布时间】:2019-07-23 12:43:47
【问题描述】:
我尝试为我的项目了解模糊逻辑冢本,我有一组时间和频率,时间变量是(短,长),频率(一点,很多)有条件
- 短 = 1 小时
- 长 = 2 小时
- 一点点 = 10 次
- 很多 = 40 次
规则是
1. if application used for short time and a little, it won't be blocked
2. if application used for short time and a lot, it will be blocked
3. if application used for long time and a little, it won't be blocked
4. if application used for long time and a lot, it will be blocked
我有一个问题,如果被阻止 = 1 而未被阻止 = 0 我可以为这个模糊逻辑设置一个去模糊化的值吗?
谢谢
【问题讨论】:
标签: fuzzy-logic