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.8 KiB
69 lines
1.8 KiB
{
|
|
"_from": "compare-oriented-cell@^1.0.1",
|
|
"_id": "compare-oriented-cell@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ahSf7vnfxPj8YjWOUd1C7/u9w54=",
|
|
"_location": "/compare-oriented-cell",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "compare-oriented-cell@^1.0.1",
|
|
"name": "compare-oriented-cell",
|
|
"escapedName": "compare-oriented-cell",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/reduce-simplicial-complex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/compare-oriented-cell/-/compare-oriented-cell-1.0.1.tgz",
|
|
"_shasum": "6a149feef9dfc4f8fc62358e51dd42effbbdc39e",
|
|
"_spec": "compare-oriented-cell@^1.0.1",
|
|
"_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-oriented-cell/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cell-orientation": "^1.0.1",
|
|
"compare-cell": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Test if two sets of integers are equal up to an even permutation",
|
|
"devDependencies": {
|
|
"shuffle-array": "^0.1.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/compare-oriented-cell",
|
|
"keywords": [
|
|
"cell",
|
|
"complex",
|
|
"simplex",
|
|
"simplicial",
|
|
"graph",
|
|
"oriented",
|
|
"directed",
|
|
"topology",
|
|
"index",
|
|
"search"
|
|
],
|
|
"license": "MIT",
|
|
"main": "compare.js",
|
|
"name": "compare-oriented-cell",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/compare-oriented-cell.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|