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.
76 lines
1.7 KiB
76 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_from": "dup@^1.0.0",
|
||
|
"_id": "dup@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-UfxaxoX4GWRp3wuQXpNLIK9bQCk=",
|
||
|
"_location": "/dup",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "dup@^1.0.0",
|
||
|
"name": "dup",
|
||
|
"escapedName": "dup",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/circumcenter",
|
||
|
"/gl-axes3d",
|
||
|
"/gl-surface3d",
|
||
|
"/ndarray-gradient",
|
||
|
"/planar-dual",
|
||
|
"/typedarray-pool"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/dup/-/dup-1.0.0.tgz",
|
||
|
"_shasum": "51fc5ac685f8196469df0b905e934b20af5b4029",
|
||
|
"_spec": "dup@^1.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circumcenter",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/dup/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Initialize an array of arrays to a constant",
|
||
|
"devDependencies": {
|
||
|
"tap": "~0.4.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"gitHead": "66f747c219c492e9450d2d5b7bf8fb5c74d57dc2",
|
||
|
"homepage": "https://github.com/mikolalysenko/dup#readme",
|
||
|
"keywords": [
|
||
|
"dup",
|
||
|
"initialize",
|
||
|
"array",
|
||
|
"constant",
|
||
|
"numeric",
|
||
|
"rep",
|
||
|
"zeros",
|
||
|
"matlab",
|
||
|
"clear",
|
||
|
"ndarray",
|
||
|
"grid",
|
||
|
"matrix",
|
||
|
"vector",
|
||
|
"tensor"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dup.js",
|
||
|
"name": "dup",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mikolalysenko/dup.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|