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.
83 lines
2.0 KiB
83 lines
2.0 KiB
{
|
|
"_from": "ndarray-scratch@^1.1.1",
|
|
"_id": "ndarray-scratch@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YwRjbWLrqT20cnrBPGkzQdulDgE=",
|
|
"_location": "/ndarray-scratch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ndarray-scratch@^1.1.1",
|
|
"name": "ndarray-scratch",
|
|
"escapedName": "ndarray-scratch",
|
|
"rawSpec": "^1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-surface3d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ndarray-scratch/-/ndarray-scratch-1.2.0.tgz",
|
|
"_shasum": "6304636d62eba93db4727ac13c693341dba50e01",
|
|
"_spec": "ndarray-scratch@^1.1.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-surface3d",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/ndarray-scratch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ndarray": "^1.0.14",
|
|
"ndarray-ops": "^1.2.1",
|
|
"typedarray-pool": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Pooled memory for ndarrays",
|
|
"devDependencies": {
|
|
"tape": "^2.13.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "65525b62e25c70355a09b362b7aa13183acd4964",
|
|
"homepage": "https://github.com/mikolalysenko/ndarray-scratch#readme",
|
|
"keywords": [
|
|
"ndarray",
|
|
"pool",
|
|
"memory",
|
|
"typedarray",
|
|
"scratch",
|
|
"malloc",
|
|
"free"
|
|
],
|
|
"license": "MIT",
|
|
"main": "scratch.js",
|
|
"name": "ndarray-scratch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/ndarray-scratch.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/10..latest",
|
|
"firefox/17..latest",
|
|
"firefox/nightly",
|
|
"chrome/22..latest",
|
|
"chrome/canary",
|
|
"opera/12..latest",
|
|
"opera/next",
|
|
"safari/5.1..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2..latest"
|
|
]
|
|
},
|
|
"version": "1.2.0"
|
|
}
|
|
|