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.
64 lines
1.7 KiB
64 lines
1.7 KiB
{
|
|
"_from": "triangulate-hypercube@^1.0.0",
|
|
"_id": "triangulate-hypercube@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-2Acdsuv8/VHzCNC88qXEils20Tc=",
|
|
"_location": "/triangulate-hypercube",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "triangulate-hypercube@^1.0.0",
|
|
"name": "triangulate-hypercube",
|
|
"escapedName": "triangulate-hypercube",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/surface-nets"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/triangulate-hypercube/-/triangulate-hypercube-1.0.1.tgz",
|
|
"_shasum": "d8071db2ebfcfd51f308d0bcf2a5c48a5b36d137",
|
|
"_spec": "triangulate-hypercube@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/surface-nets",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/triangulate-hypercube/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gamma": "^0.1.0",
|
|
"permutation-parity": "^1.0.0",
|
|
"permutation-rank": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Triangulates a hypercube into simplices",
|
|
"devDependencies": {
|
|
"tape": "~2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/triangulate-hypercube",
|
|
"keywords": [
|
|
"triangulate",
|
|
"simplexity",
|
|
"cube",
|
|
"hypercube",
|
|
"decomposition"
|
|
],
|
|
"license": "MIT",
|
|
"main": "triangulate-cube.js",
|
|
"name": "triangulate-hypercube",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/triangulate-hypercube.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|