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-compress/package.json

63 lines
1.6 KiB

{
"_from": "robust-compress@^1.0.0",
"_id": "robust-compress@1.0.0",
"_inBundle": false,
"_integrity": "sha1-TPYsSzGNgwhRYBK7jBF1Lzkymxs=",
"_location": "/robust-compress",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "robust-compress@^1.0.0",
"name": "robust-compress",
"escapedName": "robust-compress",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/robust-determinant"
],
"_resolved": "https://registry.npmjs.org/robust-compress/-/robust-compress-1.0.0.tgz",
"_shasum": "4cf62c4b318d8308516012bb8c11752f39329b1b",
"_spec": "robust-compress@^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-compress/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Compress a robust sequence",
"devDependencies": {
"robust-scale": "^1.0.2",
"robust-sequence-to-fixed-point": "^2.0.0",
"tape": "^2.12.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/robust-compress",
"keywords": [
"robust",
"predicate",
"floating",
"point",
"normalize",
"compress"
],
"license": "MIT",
"main": "compress.js",
"name": "robust-compress",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-compress.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}