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.
63 lines
1.7 KiB
63 lines
1.7 KiB
{
|
|
"_from": "edges-to-adjacency-list@^1.0.0",
|
|
"_id": "edges-to-adjacency-list@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wUbS4ISt37p0pRKTxuAZmkn3V/E=",
|
|
"_location": "/edges-to-adjacency-list",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "edges-to-adjacency-list@^1.0.0",
|
|
"name": "edges-to-adjacency-list",
|
|
"escapedName": "edges-to-adjacency-list",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/planar-graph-to-polyline"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/edges-to-adjacency-list/-/edges-to-adjacency-list-1.0.0.tgz",
|
|
"_shasum": "c146d2e084addfba74a51293c6e0199a49f757f1",
|
|
"_spec": "edges-to-adjacency-list@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/planar-graph-to-polyline",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/edges-to-adjacency-list/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"uniq": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert a list of edges to an adjacency list",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/edges-to-adjacency-list",
|
|
"keywords": [
|
|
"graph",
|
|
"edge",
|
|
"adjacency",
|
|
"list",
|
|
"convert",
|
|
"topology"
|
|
],
|
|
"license": "MIT",
|
|
"main": "e2a.js",
|
|
"name": "edges-to-adjacency-list",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/edges-to-adjacency-list.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|