Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN C# ONLY. WILL UPVOTE. Create a model for a pizza shop based on customer preferences: value, proximity, variety, quality, options, cleanliness, reputation, sales. Each

IN C# ONLY. WILL UPVOTE.

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

More Books

Students also viewed these Databases questions