Programming Assignment-1
Programming Assignment-1
------------------------------------------------------------------------------------------------
(i). Visualize the given dataset' PA1.txt'. First two columns represent the position
of data point in two dimensional space and the third column represents the cluster
label to which the specific data point belongs to (1- denotes cluter1, 2- denotes
cluster2 and 0- denotes noise point).
(ii). Implement and run K- means clustering algorithm on given dataset with k=2.
(iii). Implement and run DBSCAN algorithm by choosing appropriate values for
min points and epsilon.
Report the true positive rate of each cluster (using the formula given in the class)
for each clustering technique. Show that DBSCAN perform better than K-means
on given dataset.
--------- o ---------