-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html><html lang="en"><head>
<title>Online Implementation of the TSNE Algorithm</title>
<script src="p5.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<textarea id="PasteData" name="textarea" rows="4" cols="8" style="resize: none;background-color:#abbfc3;"></textarea>
<textarea id="PasteLabels" name="textarea" rows="4" cols="8" style="resize: none; background-color:#abbfc3;"></textarea>
<textarea id="PasteColors" name="textarea" rows="4" cols="8" style="resize: none; background-color:#abbfc3;"></textarea>
<script src="99_X.js"></script>
<script src="10_InputBox.js"></script>
<script src="11_Inputs.js"></script>
<script src="2_VantagePoint.js"></script>
<script src="4_OctTree.js"></script>
<script src="3_QuadTree.js"></script>
<script src="5_PCA.js"></script>
<script src="1_TSNE_Bh_3D_liveStreaming.js"></script>
</body></html>