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.
71 lines
1.7 KiB
71 lines
1.7 KiB
{
|
|
"_from": "mat4-recompose@^1.0.3",
|
|
"_id": "mat4-recompose@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-OVPCMP8kc9x3LuAUpSySXPgbDk0=",
|
|
"_location": "/mat4-recompose",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "mat4-recompose@^1.0.3",
|
|
"name": "mat4-recompose",
|
|
"escapedName": "mat4-recompose",
|
|
"rawSpec": "^1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/mat4-interpolate"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mat4-recompose/-/mat4-recompose-1.0.4.tgz",
|
|
"_shasum": "3953c230ff2473dc772ee014a52c925cf81b0e4d",
|
|
"_spec": "mat4-recompose@^1.0.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mat4-interpolate",
|
|
"author": {
|
|
"name": "Matt DesLauriers",
|
|
"email": "dave.des@gmail.com",
|
|
"url": "https://github.com/mattdesl"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mattdesl/mat4-recompose/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gl-mat4": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "recomposes a 4x4 matrix",
|
|
"devDependencies": {
|
|
"tape": "^3.0.3"
|
|
},
|
|
"homepage": "https://github.com/mattdesl/mat4-recompose",
|
|
"keywords": [
|
|
"mat4",
|
|
"mat4x4",
|
|
"4x4",
|
|
"matrix",
|
|
"recompose",
|
|
"decompose",
|
|
"animation",
|
|
"lerp",
|
|
"interpolate",
|
|
"animate",
|
|
"matrices",
|
|
"re-compose",
|
|
"de-compose",
|
|
"compose",
|
|
"composition"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "mat4-recompose",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mattdesl/mat4-recompose.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|
|
|