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.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"_from": "box-intersect@^1.0.1",
|
|
"_id": "box-intersect@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yJeMwlmFPG1gIa7Rs/cGXeI6iOj6Qz5MG5PE61xLKpElUGzmJ4abm+qsLpzxKJFpsSDq742BQEocr8dI2t8Nxw==",
|
|
"_location": "/box-intersect",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "box-intersect@^1.0.1",
|
|
"name": "box-intersect",
|
|
"escapedName": "box-intersect",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/clean-pslg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/box-intersect/-/box-intersect-1.0.2.tgz",
|
|
"_shasum": "4693ad63e828868d0654b114e09364d6281f3fbd",
|
|
"_spec": "box-intersect@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/clean-pslg",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/box-intersect/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bit-twiddle": "^1.0.2",
|
|
"typedarray-pool": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Any dimensional box intersection",
|
|
"devDependencies": {
|
|
"array-shuffle": "^1.0.0",
|
|
"dup": "^1.0.0",
|
|
"guarded-array": "^1.0.0",
|
|
"iota-array": "^1.0.0",
|
|
"tape": "^3.4.0",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/box-intersect",
|
|
"keywords": [
|
|
"box",
|
|
"intersection",
|
|
"collision",
|
|
"detection",
|
|
"aabb",
|
|
"2d",
|
|
"3d"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "box-intersect",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/box-intersect.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|