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.
61 lines
1.4 KiB
61 lines
1.4 KiB
{
|
|
"_from": "signum@^0.0.0",
|
|
"_id": "signum@0.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-q1UbEAM1EHCnBHg/GgnF52kfnPY=",
|
|
"_location": "/signum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "signum@^0.0.0",
|
|
"name": "signum",
|
|
"escapedName": "signum",
|
|
"rawSpec": "^0.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/compare-angle"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/signum/-/signum-0.0.0.tgz",
|
|
"_shasum": "ab551b1003351070a704783f1a09c5e7691f9cf6",
|
|
"_spec": "signum@^0.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/compare-angle",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/signum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Returns the sign of a number",
|
|
"devDependencies": {
|
|
"tape": "^2.12.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/signum",
|
|
"keywords": [
|
|
"sign",
|
|
"number",
|
|
"signum",
|
|
"plus",
|
|
"minus",
|
|
"zero"
|
|
],
|
|
"license": "MIT",
|
|
"main": "sgn.js",
|
|
"name": "signum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/signum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|
|
|