StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
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.
 
 
 
 
StackGenVis/frontend/node_modules/monotone-convex-hull-2d/visualizer/index.html

12 lines
456 B

<html>
<head>
<title>Mononotone Convex Hull Visualizer</title>
</head>
<body>
Click the mouse in the box to add points.<br>
Scale [pixel/m]: <input id="scale" type="text" name="scale" value="200"><br>
<p><button id="reset" type="button">Reset</button></p><br>
<canvas id="canvas" width=500 height=500></canvas><br>
<script type="text/javascript" src="visualizer.comp.js"></script>
</body>
</html>