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.
109 lines
2.5 KiB
109 lines
2.5 KiB
{
|
|
"_from": "ndarray@^1.0.18",
|
|
"_id": "ndarray@1.0.19",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ==",
|
|
"_location": "/ndarray",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ndarray@^1.0.18",
|
|
"name": "ndarray",
|
|
"escapedName": "ndarray",
|
|
"rawSpec": "^1.0.18",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.18"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-buffer",
|
|
"/gl-cone3d",
|
|
"/gl-contour2d",
|
|
"/gl-line3d",
|
|
"/gl-mesh3d",
|
|
"/gl-plot3d",
|
|
"/gl-select-static",
|
|
"/gl-surface3d",
|
|
"/gl-texture2d",
|
|
"/ndarray-pack",
|
|
"/ndarray-scratch",
|
|
"/plotly.js",
|
|
"/simplicial-complex-contour",
|
|
"/vectorize-text"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ndarray/-/ndarray-1.0.19.tgz",
|
|
"_shasum": "6785b5f5dfa58b83e31ae5b2a058cfd1ab3f694e",
|
|
"_spec": "ndarray@^1.0.18",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/ndarray/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"iota-array": "^1.0.0",
|
|
"is-buffer": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Multidimensional Arrays",
|
|
"devDependencies": {
|
|
"dup": "^1.0.0",
|
|
"invert-permutation": "^1.0.0",
|
|
"permutation-rank": "^1.0.0",
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "a85785ca7a7e12c3fc29671a4f7c214bebc4ddc7",
|
|
"homepage": "https://github.com/mikolalysenko/ndarray#readme",
|
|
"keywords": [
|
|
"ndarray",
|
|
"array",
|
|
"multi",
|
|
"multidimensional",
|
|
"dimension",
|
|
"higher",
|
|
"image",
|
|
"volume",
|
|
"webgl",
|
|
"tensor",
|
|
"matrix",
|
|
"linear",
|
|
"algebra",
|
|
"science",
|
|
"numerical",
|
|
"computing",
|
|
"stride",
|
|
"shape"
|
|
],
|
|
"license": "MIT",
|
|
"main": "ndarray.js",
|
|
"name": "ndarray",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/ndarray.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/6.0..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2..latest"
|
|
]
|
|
},
|
|
"version": "1.0.19"
|
|
}
|
|
|