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": "ndarray-ops@^1.1.0",
|
|
"_id": "ndarray-ops@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4=",
|
|
"_location": "/ndarray-ops",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ndarray-ops@^1.1.0",
|
|
"name": "ndarray-ops",
|
|
"escapedName": "ndarray-ops",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-buffer",
|
|
"/gl-surface3d",
|
|
"/gl-texture2d",
|
|
"/ndarray-scratch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ndarray-ops/-/ndarray-ops-1.2.2.tgz",
|
|
"_shasum": "59e88d2c32a7eebcb1bc690fae141579557a614e",
|
|
"_spec": "ndarray-ops@^1.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-buffer",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/ndarray-ops/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cwise-compiler": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Common operations for ndarray arrays",
|
|
"devDependencies": {
|
|
"ndarray": "~1.0.4",
|
|
"tape": "~1.0.4"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"gitHead": "dbc9e44102e02575a0de5feb71b47674422d8e49",
|
|
"homepage": "https://github.com/mikolalysenko/ndarray-ops#readme",
|
|
"keywords": [
|
|
"ndarray",
|
|
"math",
|
|
"operations",
|
|
"scientific",
|
|
"linear",
|
|
"algebra"
|
|
],
|
|
"license": "MIT",
|
|
"main": "ndarray-ops.js",
|
|
"name": "ndarray-ops",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/ndarray-ops.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|
|
|