A Principle Component Analysis of the Citation-Data of 2000 Philosophy-Articles from the 90s. Clusters are generated with K-Means.
PerformanceVector: Avg. within cluster similarity: 22.989 Avg. within cluster similarity for cluster 0: 29.944 Avg. within cluster similarity for cluster 1: 39.114 Avg. within cluster similarity for cluster 2: 15.005 Avg. within cluster similarity for cluster 3: 20.072 Avg. within cluster similarity for cluster 4: 31.659 Avg. within cluster similarity for cluster 5: 13.399 Avg. within cluster similarity for cluster 6: 17.724
The Scatterplot is forked from peterssonjonas's block: D3 Zoomable Scatterplot
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>Visualization</title>
<link rel="stylesheet" href="scatter.css" charset="utf-8">
</head>
<body>
<div id="scatter"></div>
<input type="button" name="xAxis" value="xAxis">
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="scatter.js" charset="utf-8"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js to a secure url
https://d3js.org/d3.v3.min.js
https://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js