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.6 KiB
67 lines
1.6 KiB
{
|
|
"_from": "cubic-hermite@^1.0.0",
|
|
"_id": "cubic-hermite@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hOOy8nKzFFToOTuZu2rtRRaMFOU=",
|
|
"_location": "/cubic-hermite",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cubic-hermite@^1.0.0",
|
|
"name": "cubic-hermite",
|
|
"escapedName": "cubic-hermite",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/filtered-vector"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cubic-hermite/-/cubic-hermite-1.0.0.tgz",
|
|
"_shasum": "84e3b2f272b31454e8393b99bb6aed45168c14e5",
|
|
"_spec": "cubic-hermite@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/filtered-vector",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/cubic-hermite/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Cubic hermite interpolation",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "d971c7ff8f94b260fc96da41c4497fa87d3a07b4",
|
|
"homepage": "https://github.com/mikolalysenko/cubic-hermite#readme",
|
|
"keywords": [
|
|
"spline",
|
|
"position",
|
|
"velocity",
|
|
"interpolation",
|
|
"point",
|
|
"particle",
|
|
"game",
|
|
"physics",
|
|
"numerical",
|
|
"method",
|
|
"math"
|
|
],
|
|
"license": "MIT",
|
|
"main": "hermite.js",
|
|
"name": "cubic-hermite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/cubic-hermite.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|