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.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"_from": "binary-search-bounds@^2.0.4",
|
|
"_id": "binary-search-bounds@2.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
|
|
"_location": "/binary-search-bounds",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "binary-search-bounds@^2.0.4",
|
|
"name": "binary-search-bounds",
|
|
"escapedName": "binary-search-bounds",
|
|
"rawSpec": "^2.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/cdt2d",
|
|
"/gl-contour2d",
|
|
"/gl-heatmap2d",
|
|
"/gl-line3d",
|
|
"/gl-plot2d",
|
|
"/gl-surface3d",
|
|
"/point-cluster"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
|
|
"_shasum": "eea0e4081da93baa851c7d851a7e636c3d51307f",
|
|
"_spec": "binary-search-bounds@^2.0.4",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-contour2d",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/binary-search-bounds/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Better binary searching",
|
|
"devDependencies": {
|
|
"guarded-array": "^1.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/binary-search-bounds#readme",
|
|
"keywords": [
|
|
"binary",
|
|
"search",
|
|
"bounds",
|
|
"least",
|
|
"lower",
|
|
"greatest",
|
|
"upper"
|
|
],
|
|
"license": "MIT",
|
|
"main": "search-bounds.js",
|
|
"name": "binary-search-bounds",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/binary-search-bounds.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"typings": "search-bounds.d.ts",
|
|
"version": "2.0.4"
|
|
}
|
|
|