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.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"_from": "slab-decomposition@^1.0.1",
|
|
"_id": "slab-decomposition@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-He1WdU1AixBznxRRA9/GGAf2UTQ=",
|
|
"_location": "/slab-decomposition",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "slab-decomposition@^1.0.1",
|
|
"name": "slab-decomposition",
|
|
"escapedName": "slab-decomposition",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/point-in-big-polygon"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/slab-decomposition/-/slab-decomposition-1.0.2.tgz",
|
|
"_shasum": "1ded56754d408b10739f145103dfc61807f65134",
|
|
"_spec": "slab-decomposition@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/point-in-big-polygon",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/slab-decomposition/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"binary-search-bounds": "^1.0.0",
|
|
"functional-red-black-tree": "^1.0.0",
|
|
"robust-orientation": "^1.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Slab decomposition data structure for 2D vertical ray queries",
|
|
"devDependencies": {
|
|
"tape": "~2.5.0",
|
|
"uniq": "0.0.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/slab-decomposition",
|
|
"keywords": [
|
|
"slab",
|
|
"decomposition",
|
|
"ray",
|
|
"query",
|
|
"line",
|
|
"segment",
|
|
"2d"
|
|
],
|
|
"license": "MIT",
|
|
"main": "slabs.js",
|
|
"name": "slab-decomposition",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/slab-decomposition.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|