t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections
https://doi.org/10.1109/TVCG.2020.2986996
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
683 B
29 lines
683 B
<html>
|
|
<head>
|
|
<title>Papa Parse Tests</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
|
|
<script src="../papaparse.js"></script>
|
|
|
|
<script src="http://chaijs.com/chai.js"></script>
|
|
<script src="../node_modules/mocha/mocha.js"></script>
|
|
|
|
<script>mocha.setup('bdd')</script>
|
|
<script src="test-cases.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
|
|
<script>
|
|
if (window.mochaPhantomJS) {
|
|
mochaPhantomJS.run();
|
|
|
|
} else {
|
|
mocha.checkLeaks();
|
|
mocha.globals(['jQuery']);
|
|
mocha.run();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|