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.
56 lines
1.6 KiB
56 lines
1.6 KiB
{
|
|
"_from": "marching-simplex-table@^1.0.0",
|
|
"_id": "marching-simplex-table@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vBYlbg+Pm1WKqbKHL4gy2UM/Uuo=",
|
|
"_location": "/marching-simplex-table",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "marching-simplex-table@^1.0.0",
|
|
"name": "marching-simplex-table",
|
|
"escapedName": "marching-simplex-table",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/simplicial-complex-contour"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/marching-simplex-table/-/marching-simplex-table-1.0.0.tgz",
|
|
"_shasum": "bc16256e0f8f9b558aa9b2872f8832d9433f52ea",
|
|
"_spec": "marching-simplex-table@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplicial-complex-contour",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/marching-simplex-table/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"convex-hull": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Construct the table entries for the marching simplex method",
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/mikolalysenko/marching-simplex-table",
|
|
"keywords": [
|
|
"marching",
|
|
"simplex",
|
|
"table",
|
|
"isosurface"
|
|
],
|
|
"license": "MIT",
|
|
"main": "mstab.js",
|
|
"name": "marching-simplex-table",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/marching-simplex-table.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|