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.
69 lines
1.7 KiB
69 lines
1.7 KiB
{
|
|
"_from": "compare-cell@^1.0.0",
|
|
"_id": "compare-cell@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qetwj24OQa73qlZrEw8ZaNyeGqo=",
|
|
"_location": "/compare-cell",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "compare-cell@^1.0.0",
|
|
"name": "compare-cell",
|
|
"escapedName": "compare-cell",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/compare-oriented-cell",
|
|
"/reduce-simplicial-complex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/compare-cell/-/compare-cell-1.0.0.tgz",
|
|
"_shasum": "a9eb708f6e0e41aef7aa566b130f1968dc9e1aaa",
|
|
"_spec": "compare-cell@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/reduce-simplicial-complex",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/compare-cells/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "An ordering for sets of integers",
|
|
"devDependencies": {
|
|
"shuffle-array": "0.1.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/compare-cells",
|
|
"keywords": [
|
|
"order",
|
|
"cell",
|
|
"comparison",
|
|
"sequence",
|
|
"sorting",
|
|
"unordered",
|
|
"simplicial",
|
|
"complex",
|
|
"graph",
|
|
"network",
|
|
"mesh",
|
|
"topology"
|
|
],
|
|
"license": "MIT",
|
|
"main": "compare.js",
|
|
"name": "compare-cell",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/compare-cells.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|