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.
58 lines
1.6 KiB
58 lines
1.6 KiB
{
|
|
"_from": "array-normalize@^1.1.4",
|
|
"_id": "array-normalize@1.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fCp0wKFLjvSPmCn4F5Tiw4M3lpMZoHlCjfcs7nNzuj3vqQQ1/a8cgB9DXcpDSn18c+coLnaW7rqfcYCvKbyJXg==",
|
|
"_location": "/array-normalize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "array-normalize@^1.1.4",
|
|
"name": "array-normalize",
|
|
"escapedName": "array-normalize",
|
|
"rawSpec": "^1.1.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/point-cluster",
|
|
"/regl-line2d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/array-normalize/-/array-normalize-1.1.4.tgz",
|
|
"_shasum": "d75cec57383358af38efdf6a78071aa36ae4174c",
|
|
"_spec": "array-normalize@^1.1.4",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/point-cluster",
|
|
"author": {
|
|
"name": "Dima Yv",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dfcreative/array-normalize/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"array-bounds": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Normalize array (possibly n-dimensional) to zero mean and unit variance",
|
|
"homepage": "https://github.com/dfcreative/array-normalize#readme",
|
|
"keywords": [
|
|
"array",
|
|
"normalize",
|
|
"normal",
|
|
"statistics",
|
|
"samples"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "array-normalize",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dfcreative/array-normalize.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "1.1.4"
|
|
}
|
|
|