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.
64 lines
1.8 KiB
64 lines
1.8 KiB
{
|
|
"_from": "simplicial-complex-boundary@^1.0.0",
|
|
"_id": "simplicial-complex-boundary@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-csn/HiTeqjdMm7L6DL8MCB6++BU=",
|
|
"_location": "/simplicial-complex-boundary",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "simplicial-complex-boundary@^1.0.0",
|
|
"name": "simplicial-complex-boundary",
|
|
"escapedName": "simplicial-complex-boundary",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/alpha-shape"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simplicial-complex-boundary/-/simplicial-complex-boundary-1.0.1.tgz",
|
|
"_shasum": "72c9ff1e24deaa374c9bb2fa0cbf0c081ebef815",
|
|
"_spec": "simplicial-complex-boundary@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/alpha-shape",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/simplicial-complex-boundary/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"boundary-cells": "^2.0.0",
|
|
"reduce-simplicial-complex": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Extracts the boundary of a simplicial complex",
|
|
"devDependencies": {
|
|
"oriented-simplicial-complex-compare": "^1.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/simplicial-complex-boundary",
|
|
"keywords": [
|
|
"simplicial",
|
|
"complex",
|
|
"boundary",
|
|
"homology"
|
|
],
|
|
"license": "MIT",
|
|
"main": "boundary.js",
|
|
"name": "simplicial-complex-boundary",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/simplicial-complex-boundary.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|