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.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"_from": "simplify-planar-graph@^2.0.1",
|
|
"_id": "simplify-planar-graph@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vIWJNyXzLo+oriVoE5hEbSy892Y=",
|
|
"_location": "/simplify-planar-graph",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "simplify-planar-graph@^2.0.1",
|
|
"name": "simplify-planar-graph",
|
|
"escapedName": "simplify-planar-graph",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/vectorize-text"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simplify-planar-graph/-/simplify-planar-graph-2.0.1.tgz",
|
|
"_shasum": "bc85893725f32e8fa8ae25681398446d2cbcf766",
|
|
"_spec": "simplify-planar-graph@^2.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vectorize-text",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/simplify-planar-graph/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"robust-orientation": "^1.0.1",
|
|
"simplicial-complex": "^0.3.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simplifies a planar graph",
|
|
"devDependencies": {
|
|
"tape": "~2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/simplify-planar-graph",
|
|
"keywords": [
|
|
"polygon",
|
|
"simplify",
|
|
"region",
|
|
"vertex",
|
|
"collapse",
|
|
"planar",
|
|
"graph",
|
|
"planar graph",
|
|
"edge",
|
|
"cell",
|
|
"complex",
|
|
"polyline"
|
|
],
|
|
"license": "MIT",
|
|
"main": "simplify.js",
|
|
"name": "simplify-planar-graph",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/simplify-planar-graph.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|