Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are given the dataset minerals.csv which contains data about the height, width, density, compactness and texture of some mineral stones. You are going to
You are given the dataset minerals.csv which contains data about the height, width, density,
compactness and texture of some mineral stones. You are going to apply cluster analysis on this
dataset.
a Apply the 'elbow' method to guess to proper number of clusters.
b Apply means with the value of found in part
c Visualize the results through a scatter plot
d Visualize the results through a heatmap
e As known, the generated labels in clustering are symbolic dots So for example
labels and labels represent the same clustering.
Write a function which adjusts the labels list, so that the fist appearing label in the list
is then the next appearing label is then and so on For example both mentioned
cases would be adjusted as:
f Write a function which takes as input two lists of clustering labels and determines
whether they are identical.
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