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.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "compare-angle@^1.0.0",
|
|
"_id": "compare-angle@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-pOtjQW6jx0f8a9bItjZotN5PoSk=",
|
|
"_location": "/compare-angle",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "compare-angle@^1.0.0",
|
|
"name": "compare-angle",
|
|
"escapedName": "compare-angle",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/planar-dual"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/compare-angle/-/compare-angle-1.0.1.tgz",
|
|
"_shasum": "a4eb63416ea3c747fc6bd6c8b63668b4de4fa129",
|
|
"_spec": "compare-angle@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/planar-dual",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/compare-angle/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"robust-orientation": "^1.0.2",
|
|
"robust-product": "^1.0.0",
|
|
"robust-sum": "^1.0.0",
|
|
"signum": "^0.0.0",
|
|
"two-sum": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Compares two angles with a common edge",
|
|
"devDependencies": {
|
|
"tape": "~2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/compare-angle",
|
|
"keywords": [
|
|
"compare",
|
|
"angle",
|
|
"robust",
|
|
"exact",
|
|
"arithmetic",
|
|
"triangle",
|
|
"geometry",
|
|
"euclidean",
|
|
"plane"
|
|
],
|
|
"license": "MIT",
|
|
"main": "cmpangle.js",
|
|
"name": "compare-angle",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/compare-angle.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|