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.
69 lines
1.7 KiB
69 lines
1.7 KiB
{
|
|
"_from": "robust-sum@^1.0.0",
|
|
"_id": "robust-sum@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-FmRuUlKStNJdgnV6KGlV4Lv6U9k=",
|
|
"_location": "/robust-sum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "robust-sum@^1.0.0",
|
|
"name": "robust-sum",
|
|
"escapedName": "robust-sum",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/compare-angle",
|
|
"/planar-graph-to-polyline",
|
|
"/robust-determinant",
|
|
"/robust-dot-product",
|
|
"/robust-in-sphere",
|
|
"/robust-orientation",
|
|
"/robust-product",
|
|
"/split-polygon"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/robust-sum/-/robust-sum-1.0.0.tgz",
|
|
"_shasum": "16646e525292b4d25d82757a286955e0bbfa53d9",
|
|
"_spec": "robust-sum@^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-sum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Evaluates the sum of two nonoverlapping increasing sequences of floats",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3",
|
|
"validate-robust-sequence": "^1.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/robust-sum#readme",
|
|
"keywords": [
|
|
"robust",
|
|
"sum",
|
|
"float",
|
|
"exact",
|
|
"nonoverlapping",
|
|
"shewchuk"
|
|
],
|
|
"license": "MIT",
|
|
"main": "robust-sum.js",
|
|
"name": "robust-sum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/robust-sum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|