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

60 lines
1.6 KiB

{
"_from": "robust-subtract@^1.0.0",
"_id": "robust-subtract@1.0.0",
"_inBundle": false,
"_integrity": "sha1-4LFk4e2LpOOl3aRaEgODSNvtPpo=",
"_location": "/robust-subtract",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "robust-subtract@^1.0.0",
"name": "robust-subtract",
"escapedName": "robust-subtract",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/robust-in-sphere",
"/robust-orientation"
],
"_resolved": "https://registry.npmjs.org/robust-subtract/-/robust-subtract-1.0.0.tgz",
"_shasum": "e0b164e1ed8ba4e3a5dda45a12038348dbed3e9a",
"_spec": "robust-subtract@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-orientation",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/robust-subtract/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Exact subtraction of non-increasing overlapping sequences",
"devDependencies": {
"tape": "^2.12.3",
"validate-robust-sequence": "^1.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/robust-subtract#readme",
"keywords": [
"robust",
"subtraction",
"difference"
],
"license": "MIT",
"main": "robust-diff.js",
"name": "robust-subtract",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-subtract.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}