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.
66 lines
1.6 KiB
66 lines
1.6 KiB
4 years ago
|
{
|
||
|
"_from": "iota-array@^1.0.0",
|
||
|
"_id": "iota-array@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-ge9X/l0FgUzVjCSDYyqZwwoOgIc=",
|
||
|
"_location": "/iota-array",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "iota-array@^1.0.0",
|
||
|
"name": "iota-array",
|
||
|
"escapedName": "iota-array",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gl-contour2d",
|
||
|
"/gl-heatmap2d",
|
||
|
"/ndarray"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/iota-array/-/iota-array-1.0.0.tgz",
|
||
|
"_shasum": "81ef57fe5d05814cd58c2483632a99c30a0e8087",
|
||
|
"_spec": "iota-array@^1.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-contour2d",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/iota-array/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Generates an array of consecutive integers starting at 0",
|
||
|
"devDependencies": {
|
||
|
"tape": "^2.12.3"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"gitHead": "cce24a4f0e1a6a8d60faa4f597c600de13d46145",
|
||
|
"homepage": "https://github.com/mikolalysenko/iota-array#readme",
|
||
|
"keywords": [
|
||
|
"iota",
|
||
|
"array",
|
||
|
"sequence",
|
||
|
"integer",
|
||
|
"range",
|
||
|
"apl",
|
||
|
"c++"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "iota.js",
|
||
|
"name": "iota-array",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mikolalysenko/iota-array.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|