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.6 KiB
61 lines
1.6 KiB
{
|
|
"_from": "robust-product@^1.0.0",
|
|
"_id": "robust-product@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aFJQAHzbunzx3nW/9tKScBEJir4=",
|
|
"_location": "/robust-product",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "robust-product@^1.0.0",
|
|
"name": "robust-product",
|
|
"escapedName": "robust-product",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/compare-angle"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/robust-product/-/robust-product-1.0.0.tgz",
|
|
"_shasum": "685250007cdbba7cf1de75bff6d2927011098abe",
|
|
"_spec": "robust-product@^1.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/robust-product/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"robust-scale": "^1.0.0",
|
|
"robust-sum": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Exactly multiplies two non-overlapping increasing sequences",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/robust-product#readme",
|
|
"keywords": [
|
|
"exact",
|
|
"arithmetic",
|
|
"float"
|
|
],
|
|
"license": "MIT",
|
|
"main": "product.js",
|
|
"name": "robust-product",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/robust-product.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|