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.
68 lines
1.8 KiB
68 lines
1.8 KiB
{
|
|
"_from": "ndarray-linear-interpolate@^1.0.0",
|
|
"_id": "ndarray-linear-interpolate@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-eLySuFuavBW25n7mWCj54hN65ys=",
|
|
"_location": "/ndarray-linear-interpolate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ndarray-linear-interpolate@^1.0.0",
|
|
"name": "ndarray-linear-interpolate",
|
|
"escapedName": "ndarray-linear-interpolate",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ndarray-warp"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ndarray-linear-interpolate/-/ndarray-linear-interpolate-1.0.0.tgz",
|
|
"_shasum": "78bc92b85b9abc15b6e67ee65828f9e2137ae72b",
|
|
"_spec": "ndarray-linear-interpolate@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/ndarray-warp",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/ndarray-linear-interpolate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Multilinear interplation for ndarrays",
|
|
"devDependencies": {
|
|
"ndarray": "^1.0.0",
|
|
"tape": "^2.12.3",
|
|
"zeros": "0.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "60da06a29b5aed5fb640d6233cb32b93dd252a2d",
|
|
"homepage": "https://github.com/mikolalysenko/ndarray-linear-interpolate#readme",
|
|
"keywords": [
|
|
"ndarray",
|
|
"linear",
|
|
"multilinear",
|
|
"bilinear",
|
|
"trilinear",
|
|
"interpolate",
|
|
"grid",
|
|
"image",
|
|
"volume",
|
|
"density"
|
|
],
|
|
"license": "MIT",
|
|
"main": "interp.js",
|
|
"name": "ndarray-linear-interpolate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/ndarray-linear-interpolate.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|