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.
33 lines
911 B
33 lines
911 B
<!--
|
|
Copyright 2016 Google Inc. All Rights Reserved.
|
|
|
|
Licensed under the W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE.
|
|
|
|
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>IntersectionObserver Tests</title>
|
|
|
|
<!-- Dependencies -->
|
|
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mocha/2.5.3/mocha.min.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/2.5.3/mocha.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/expect.js/0.2.0/expect.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/3.2.1/sinon.min.js"></script>
|
|
|
|
-->
|
|
|
|
<styles>
|
|
|
|
</styles>
|
|
</head>
|
|
<body>
|
|
|
|
<iframe src="frame1.html"></iframe>
|
|
<iframe src="frame2.html"></iframe>
|
|
|
|
</body>
|
|
</html>
|
|
|