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.8 KiB
63 lines
1.8 KiB
{
|
|
"_from": "strongly-connected-components@^1.0.1",
|
|
"_id": "strongly-connected-components@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-CSDitN9nyOrulsa2I0/inoc9upk=",
|
|
"_location": "/strongly-connected-components",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "strongly-connected-components@^1.0.1",
|
|
"name": "strongly-connected-components",
|
|
"escapedName": "strongly-connected-components",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/elementary-circuits-directed-graph",
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/strongly-connected-components/-/strongly-connected-components-1.0.1.tgz",
|
|
"_shasum": "0920e2b4df67c8eaee96c6b6234fe29e873dba99",
|
|
"_spec": "strongly-connected-components@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/strongly-connected-components/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Computes strongly connected components of a directed graph",
|
|
"devDependencies": {
|
|
"tap": "~0.4.4",
|
|
"tape": "~2.1.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/strongly-connected-components#readme",
|
|
"keywords": [
|
|
"strongly",
|
|
"connected",
|
|
"component",
|
|
"directed",
|
|
"graph",
|
|
"tarjan"
|
|
],
|
|
"license": "MIT",
|
|
"main": "scc.js",
|
|
"name": "strongly-connected-components",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/strongly-connected-components.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|