Given the three basic rules below to represent the fuzzy
relation
between food quality and service in a restaurant. as input
variables and tip amount as output variables.
1) If the food is great OR the service is amazing, then the tip
will be high
2) If the food is bad OR the service is poor, then the tip will be
low
3) If the service is acceptable, then the tip will be medium
Using the clipped center of gravity
method, compute the tip amount based on the following
circumstances:
1) Food quality was 6.0
2) Service was 8.0
Food quality 1.0 0.8 Bad Decent Great 0.6 0.4 0.2 0.0 2 10
1.0 Service quality 0.8 Poor Acceptable Amazing 0.6 0.4 0.2 0.0 6 2 10
Tip amount 1.0 0.8 Low Medium High 0.6 0.4 0.2 0.0 5 10 15 20 25
Food quality 1.0 0.8 Bad Decent Great 0.6 0.4 0.2 0.0 2 10 1.0 Service quality 0.8 Poor Acceptable Amazing 0.6 0.4 0.2
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Food quality 1.0 0.8 Bad Decent Great 0.6 0.4 0.2 0.0 2 10 1.0 Service quality 0.8 Poor Acceptable Amazing 0.6 0.4 0.2
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!