Skip to content

Instantly share code, notes, and snippets.

@keisuke-osone
keisuke-osone / index.html
Last active December 18, 2016 15:58
Visualization of K-means
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="drawArea"></div>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>