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.
90 lines
2.1 KiB
90 lines
2.1 KiB
{
|
|
"_from": "cdt2d@^1.0.0",
|
|
"_id": "cdt2d@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-TyEkNLzWe9s9aLj+9KzcLFRBUUE=",
|
|
"_location": "/cdt2d",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cdt2d@^1.0.0",
|
|
"name": "cdt2d",
|
|
"escapedName": "cdt2d",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-contour2d",
|
|
"/triangulate-polyline",
|
|
"/vectorize-text"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cdt2d/-/cdt2d-1.0.0.tgz",
|
|
"_shasum": "4f212434bcd67bdb3d68b8fef4acdc2c54415141",
|
|
"_spec": "cdt2d@^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/cdt2d/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"binary-search-bounds": "^2.0.3",
|
|
"robust-in-sphere": "^1.1.3",
|
|
"robust-orientation": "^1.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Constrained Delaunay Triangulation in 2D",
|
|
"devDependencies": {
|
|
"canvas-fit": "^1.4.0",
|
|
"cell-orientation": "^1.0.1",
|
|
"convex-hull": "^1.0.3",
|
|
"delaunay-triangulate": "^1.1.6",
|
|
"flip-orientation": "^1.0.1",
|
|
"gauss-random": "^1.0.1",
|
|
"mouse-change": "^1.2.1",
|
|
"robust-segment-intersect": "^1.0.1",
|
|
"robust-triangle-triangle-2d-intersect": "^1.0.0",
|
|
"segment2": "^0.3.2",
|
|
"signum": "^1.0.0",
|
|
"simplicial-complex-boundary": "^1.0.1",
|
|
"tape": "^4.0.0",
|
|
"uniq": "^1.0.1",
|
|
"vec2": "^1.6.0"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/cdt2d",
|
|
"keywords": [
|
|
"constrained",
|
|
"delaunay",
|
|
"triangulation",
|
|
"polygon",
|
|
"planar",
|
|
"graph",
|
|
"vertex",
|
|
"geometry",
|
|
"cdt",
|
|
"2d",
|
|
"triangle",
|
|
"edge",
|
|
"point",
|
|
"robust",
|
|
"exact",
|
|
"constraint",
|
|
"hole",
|
|
"loop"
|
|
],
|
|
"license": "MIT",
|
|
"main": "cdt2d.js",
|
|
"name": "cdt2d",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/cdt2d.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|