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.
 
 
 
 
StackGenVis/frontend/node_modules/robust-scale/package.json

73 lines
1.9 KiB

{
"_from": "robust-scale@^1.0.0",
"_id": "robust-scale@1.0.2",
"_inBundle": false,
"_integrity": "sha1-d1Ey7QlULQKOWLLMecBikLz3jDI=",
"_location": "/robust-scale",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "robust-scale@^1.0.0",
"name": "robust-scale",
"escapedName": "robust-scale",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/robust-determinant",
"/robust-in-sphere",
"/robust-orientation",
"/robust-product"
],
"_resolved": "https://registry.npmjs.org/robust-scale/-/robust-scale-1.0.2.tgz",
"_shasum": "775132ed09542d028e58b2cc79c06290bcf78c32",
"_spec": "robust-scale@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-determinant",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/robust-scale/issues"
},
"bundleDependencies": false,
"dependencies": {
"two-product": "^1.0.2",
"two-sum": "^1.0.0"
},
"deprecated": false,
"description": "Multiplies a nonoverlapping increasing sequence of floats by a single float",
"devDependencies": {
"double-to-base-2-string": "^1.0.2",
"robust-compare": "^1.0.0",
"robust-sequence-to-fixed-point": "^2.0.0",
"robust-sum": "^1.0.0",
"shuffle-array": "0.0.0",
"tape": "^2.12.3",
"validate-robust-sequence": "^1.0.0"
},
"directories": {},
"homepage": "https://github.com/mikolalysenko/robust-scale#readme",
"keywords": [
"nonoverlapping",
"exact",
"float",
"multiply",
"product",
"scale",
"sequence",
"robust"
],
"license": "MIT",
"main": "robust-scale.js",
"name": "robust-scale",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-scale.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}