Merge my python codes.

Job ID: 33216241

Budget: ₹600 – ₹1,500 INR

Here, I wiil give you two codes, you have merge them to get desired result. Actually, my first code applies modified kmeans clustering on plain data and encrypted data and then compare the results obtained from both using metrices like ARI and Hausdorff distance. My second simply does kmeans clustering on documents database and return the clusters. In my first project I have used random no's as dataset to do clustering. So what i want is to modify my first code and do run whole first code on some document database only and then compare the clusters using metrices like ARI and Hausdorff distance only.Here I also want that this resultant clusters are also printed. So basic aim is that, we get nearly same clusters on both encrypted and plain dataset after applying modified kmeans clustering on them.Here in my second code i have missed out my original dataset which i used in code. so you can run it using any other document datset. Atlast, i have also attached the research paper whose experiment 2 is actually implemented in first code. I have attached all the needed files. you can use any appropritate document database for second experiment anf then you can use that database only to run our first code after modifying our first code appropriately.