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.
72 lines
1.8 KiB
72 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "simplicial-complex@^1.0.0",
|
||
|
"_id": "simplicial-complex@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-bDOk7Wn81Nkbe8rdOzC2NoPq4kE=",
|
||
|
"_location": "/simplicial-complex",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "simplicial-complex@^1.0.0",
|
||
|
"name": "simplicial-complex",
|
||
|
"escapedName": "simplicial-complex",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/incremental-convex-hull"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/simplicial-complex/-/simplicial-complex-1.0.0.tgz",
|
||
|
"_shasum": "6c33a4ed69fcd4d91b7bcadd3b30b63683eae241",
|
||
|
"_spec": "simplicial-complex@^1.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/incremental-convex-hull",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/simplicial-complex/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"bit-twiddle": "^1.0.0",
|
||
|
"union-find": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Topological indexing for simplicial complexes",
|
||
|
"devDependencies": {
|
||
|
"tape": "^2.12.3"
|
||
|
},
|
||
|
"gitHead": "24aa75407005c898a4171dcc1e97215a261b3b79",
|
||
|
"homepage": "https://github.com/mikolalysenko/simplicial-complex#readme",
|
||
|
"keywords": [
|
||
|
"mesh",
|
||
|
"cell",
|
||
|
"complex",
|
||
|
"simplex",
|
||
|
"simplicial",
|
||
|
"topology",
|
||
|
"vertex",
|
||
|
"triangle",
|
||
|
"star",
|
||
|
"edge",
|
||
|
"graph",
|
||
|
"winged",
|
||
|
"edge",
|
||
|
"half",
|
||
|
"edge"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "topology.js",
|
||
|
"name": "simplicial-complex",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mikolalysenko/simplicial-complex.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|