Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q2: Development & Analysis (50 points) Given the car dataset in the attachment, you need to do a visual analysis of clustering these cars. ou

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Q2: Development & Analysis (50 points) Given the car dataset in the attachment, you need to do a visual analysis of clustering these cars. ou should pick at least three columns for clustering the cars. You are free to decide which columns to use and determine your rules for the clustering 2. Using D3.js to visualize your clustering results Use a circle to represent each car b. a. Cars in the same cluster should be near each other c. Use different colors for different clusters d. When mouse-hovering or selecting a car, you should show its detailed information from the given dataset. 3. You should answer the following questions, besides submitting your code. a. Which columns do you choose for performing the clustering? b. What is your rule for deciding whether a car belongs to a cluster or not? c. How many cars are there in the largest cluster? d. Do you find any car(s) that is falsely clustered? For example, it is more reasonable that car A should be in cluster 2, but it is displayed in cluster 1. If so, what are your reasons? Regarding to the development part, you should use good software engineering practices. Comment your code, use consistent formatting, use meaningful variable names, etc. Q2: Development & Analysis (50 points) Given the car dataset in the attachment, you need to do a visual analysis of clustering these cars. ou should pick at least three columns for clustering the cars. You are free to decide which columns to use and determine your rules for the clustering 2. Using D3.js to visualize your clustering results Use a circle to represent each car b. a. Cars in the same cluster should be near each other c. Use different colors for different clusters d. When mouse-hovering or selecting a car, you should show its detailed information from the given dataset. 3. You should answer the following questions, besides submitting your code. a. Which columns do you choose for performing the clustering? b. What is your rule for deciding whether a car belongs to a cluster or not? c. How many cars are there in the largest cluster? d. Do you find any car(s) that is falsely clustered? For example, it is more reasonable that car A should be in cluster 2, but it is displayed in cluster 1. If so, what are your reasons? Regarding to the development part, you should use good software engineering practices. Comment your code, use consistent formatting, use meaningful variable names, etc

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

Oracle Database Administration The Essential Reference

Authors: Brian Laskey, David Kreines

1st Edition

1565925165, 978-1565925168

More Books

Students also viewed these Databases questions

Question

Current corporate structure: What are the facts and strategies?

Answered: 1 week ago

Question

How many multiples of 4 are there between 10 and 250?

Answered: 1 week ago

Question

How many three-digit numbers are divisible by 7?

Answered: 1 week ago