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.
68 lines
1.8 KiB
68 lines
1.8 KiB
{
|
|
"_from": "robust-linear-solve@^1.0.0",
|
|
"_id": "robust-linear-solve@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-DNasUEBpGm8qo81jEdcokFyjofE=",
|
|
"_location": "/robust-linear-solve",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "robust-linear-solve@^1.0.0",
|
|
"name": "robust-linear-solve",
|
|
"escapedName": "robust-linear-solve",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/barycentric",
|
|
"/circumcenter"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/robust-linear-solve/-/robust-linear-solve-1.0.0.tgz",
|
|
"_shasum": "0cd6ac5040691a6f2aa3cd6311d728905ca3a1f1",
|
|
"_spec": "robust-linear-solve@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circumcenter",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/robust-linear-solve/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"robust-determinant": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Exactly solve a low dimensional linear system",
|
|
"devDependencies": {
|
|
"robust-compare": "^1.0.0",
|
|
"robust-compress": "^1.0.0",
|
|
"robust-scale": "^1.0.2",
|
|
"robust-sum": "^1.0.0",
|
|
"tape": "^2.12.3",
|
|
"validate-robust-sequence": "^1.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/robust-linear-solve",
|
|
"keywords": [
|
|
"linear",
|
|
"solve",
|
|
"robust",
|
|
"exact",
|
|
"arithmetic"
|
|
],
|
|
"license": "MIT",
|
|
"main": "linsolve.js",
|
|
"name": "robust-linear-solve",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/robust-linear-solve.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|