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.7 KiB
67 lines
1.7 KiB
{
|
|
"_from": "zero-crossings@^1.0.0",
|
|
"_id": "zero-crossings@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xWK9MRNkPzRDokXRJAa4i2m5qf8=",
|
|
"_location": "/zero-crossings",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "zero-crossings@^1.0.0",
|
|
"name": "zero-crossings",
|
|
"escapedName": "zero-crossings",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/surface-nets"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zero-crossings/-/zero-crossings-1.0.1.tgz",
|
|
"_shasum": "c562bd3113643f3443a245d12406b88b69b9a9ff",
|
|
"_spec": "zero-crossings@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/surface-nets",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/zero-crossings/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cwise-compiler": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Finds all zero crossings in a 1D ndarray",
|
|
"devDependencies": {
|
|
"cwise-parser": "^0.0.1",
|
|
"js-beautify": "^1.4.2",
|
|
"ndarray": "^1.0.11",
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/zero-crossings",
|
|
"keywords": [
|
|
"zero",
|
|
"crossing",
|
|
"ndarray",
|
|
"1D",
|
|
"linear",
|
|
"interpolate"
|
|
],
|
|
"license": "MIT",
|
|
"main": "zc.js",
|
|
"name": "zero-crossings",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/zero-crossings.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node lib/generate-module.js > lib/zc-core.js",
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|