Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb-7684 authored Nov 24, 2024
1 parent b343c03 commit 678abf4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,7 @@ Another method for determining the number of clusters is silhouette. This metho
<img src="images/silhouette.png" alt="Description" width="400" height="400" />

Cluster 4
<script>
d3.csv('table/group4.csv').then(function(data) {
var tbody = d3.select("#data-table tbody");

data.forEach(function(d) {
var row = tbody.append("tr");
row.append("td").text(d.Clusters);
row.append("td").text(d.Division);
row.append("td").text(d.Size);
});
});
</script>
<iframe src="table/group4.html" style="width:100%; height:600px; border:none;"></iframe>



Expand Down

0 comments on commit 678abf4

Please sign in to comment.