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.
67 lines
1.7 KiB
67 lines
1.7 KiB
{
|
|
"_from": "3d-view@^2.0.0",
|
|
"_id": "3d-view@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-gxrpQtdQjFCAHj4G+v4ejFdOF74=",
|
|
"_location": "/3d-view",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "3d-view@^2.0.0",
|
|
"name": "3d-view",
|
|
"escapedName": "3d-view",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-plot3d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/3d-view/-/3d-view-2.0.0.tgz",
|
|
"_shasum": "831ae942d7508c50801e3e06fafe1e8c574e17be",
|
|
"_spec": "3d-view@^2.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-plot3d",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/3d-view/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"matrix-camera-controller": "^2.1.1",
|
|
"orbit-camera-controller": "^4.0.0",
|
|
"turntable-camera-controller": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "3D camera view controller",
|
|
"devDependencies": {
|
|
"bunny": "^1.0.1",
|
|
"canvas-fit": "^1.2.0",
|
|
"gl-axes": "^6.0.2",
|
|
"gl-context": "^0.1.1",
|
|
"gl-mat4": "^1.1.2",
|
|
"gl-simplicial-complex": "^3.0.2",
|
|
"right-now": "^1.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/3d-view",
|
|
"keywords": [
|
|
"3d",
|
|
"view",
|
|
"camera",
|
|
"controller"
|
|
],
|
|
"license": "MIT",
|
|
"main": "view.js",
|
|
"name": "3d-view",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/3d-view.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|
|
|