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.
 
 
 
 
StackGenVis/frontend/node_modules/polytope-closest-point/package.json

70 lines
1.8 KiB

{
"_from": "polytope-closest-point@^1.0.0",
"_id": "polytope-closest-point@1.0.0",
"_inBundle": false,
"_integrity": "sha1-5uV/QIGrXox3i4Ee8G4sSK4zjD8=",
"_location": "/polytope-closest-point",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "polytope-closest-point@^1.0.0",
"name": "polytope-closest-point",
"escapedName": "polytope-closest-point",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-mesh3d"
],
"_resolved": "https://registry.npmjs.org/polytope-closest-point/-/polytope-closest-point-1.0.0.tgz",
"_shasum": "e6e57f4081ab5e8c778b811ef06e2c48ae338c3f",
"_spec": "polytope-closest-point@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-mesh3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/polytope-closest-point/issues"
},
"bundleDependencies": false,
"dependencies": {
"numeric": "^1.2.6"
},
"deprecated": false,
"description": "Computes the closest point to a polytope in arbitrary dimensions",
"devDependencies": {
"tap": "~0.4.0"
},
"directories": {
"test": "test"
},
"gitHead": "bb0d7df62f074dfb2354b04aa414e29083deb98a",
"homepage": "https://github.com/mikolalysenko/polytope-closest-point#readme",
"keywords": [
"polytope",
"geometry",
"closest",
"point",
"triangle",
"line",
"segment",
"polygon",
"polyhedra",
"convex",
"math",
"3d"
],
"license": "BOOST",
"main": "index.js",
"name": "polytope-closest-point",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/polytope-closest-point.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}