-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 955 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Binary Misclassification Cost</title>
<meta charset = "utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:400,700">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="./js/simpleSpinner.js"></script>
<script src="./js/scriptLoader.js"></script>
<script src="./js/arrayMath.js"></script>
<script src="./js/closestPoint.js"></script>
<script src="https://d3js.org/d3.v5.min.js" charset="utf-8"></script>
<script type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg.js"></script>
</head>
<body>
<div id="content">
<script src="./js/visualization.js"></script>
</div>
</body>
</html>