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.
65 lines
1.7 KiB
65 lines
1.7 KiB
{
|
|
"_from": "robust-determinant@^1.1.0",
|
|
"_id": "robust-determinant@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-jsrnm3nKqz509t6+IjflORon6cc=",
|
|
"_location": "/robust-determinant",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "robust-determinant@^1.1.0",
|
|
"name": "robust-determinant",
|
|
"escapedName": "robust-determinant",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/robust-linear-solve"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/robust-determinant/-/robust-determinant-1.1.0.tgz",
|
|
"_shasum": "8ecae79b79caab3e74f6debe2237e5391a27e9c7",
|
|
"_spec": "robust-determinant@^1.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-linear-solve",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/robust-determinant/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"robust-compress": "^1.0.0",
|
|
"robust-scale": "^1.0.0",
|
|
"robust-sum": "^1.0.0",
|
|
"two-product": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "General purpose robust determinant computation",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/robust-determinant#readme",
|
|
"keywords": [
|
|
"robust",
|
|
"determinant",
|
|
"general",
|
|
"purpose",
|
|
"dimension"
|
|
],
|
|
"license": "MIT",
|
|
"main": "robust-determinant.js",
|
|
"name": "robust-determinant",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/robust-determinant.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|