Question
IN C# ONLY. WILL UPVOTE. *Just need the model. I have values for customer* Create a model for a pizza shop based on customer preferences:
IN C# ONLY. WILL UPVOTE. *Just need the model. I have values for customer*
Create a model for a pizza shop based on customer preferences: value, proximity, variety, quality, options, cleanliness, reputation, sales. Each of these has their own score from 1 to 100, but the total is 100 (so if one variable has 100, all others must be zero). You will next model customers using these same features and have each customer come up with their own values (feel free to ask yourself and 6 other people and use their numbers). In the end, you will have your own model (which will be used for the pizza parlor model), and 6 others (that will be used for customer models). Enter each model, then create a sample pool of 100 customers where each customer is a pseudo-randomly generated customer type (one of the six). This will represent your 100 customers. Have each visit your pizza parlor and rate their visit in the following manner:
total = 0; for each customer { total+=|(feature1 - |(feature1 - customerfeature1)|| }
Give a total and an average for the 100 customers who visit your store.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started