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.
61 lines
1.5 KiB
61 lines
1.5 KiB
{
|
|
"_from": "convex-hull@^1.0.3",
|
|
"_id": "convex-hull@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-IKOqbOh/St6i/30XlxyfwcZ+H/8=",
|
|
"_location": "/convex-hull",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "convex-hull@^1.0.3",
|
|
"name": "convex-hull",
|
|
"escapedName": "convex-hull",
|
|
"rawSpec": "^1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/marching-simplex-table",
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/convex-hull/-/convex-hull-1.0.3.tgz",
|
|
"_shasum": "20a3aa6ce87f4adea2ff7d17971c9fc1c67e1fff",
|
|
"_spec": "convex-hull@^1.0.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/convex-hull/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"affine-hull": "^1.0.0",
|
|
"incremental-convex-hull": "^1.0.1",
|
|
"monotone-convex-hull-2d": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Any dimensional convex hull",
|
|
"devDependencies": {
|
|
"tape": "^3.0.3"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/convex-hull",
|
|
"keywords": [
|
|
"convex",
|
|
"hull",
|
|
"any",
|
|
"dimension"
|
|
],
|
|
"license": "MIT",
|
|
"main": "ch.js",
|
|
"name": "convex-hull",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/convex-hull.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|
|
|