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.
77 lines
1.8 KiB
77 lines
1.8 KiB
{
|
|
"_from": "bit-twiddle@~0.0.1",
|
|
"_id": "bit-twiddle@0.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wurruVKjuUrMFASX4c3NLxoz9Y4=",
|
|
"_location": "/simplify-planar-graph/bit-twiddle",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bit-twiddle@~0.0.1",
|
|
"name": "bit-twiddle",
|
|
"escapedName": "bit-twiddle",
|
|
"rawSpec": "~0.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/simplify-planar-graph/simplicial-complex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bit-twiddle/-/bit-twiddle-0.0.2.tgz",
|
|
"_shasum": "c2eaebb952a3b94acc140497e1cdcd2f1a33f58e",
|
|
"_spec": "bit-twiddle@~0.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplify-planar-graph/node_modules/simplicial-complex",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/bit-twiddle/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Bit twiddling hacks for JavaScript",
|
|
"devDependencies": {
|
|
"tap": "~0.3.3"
|
|
},
|
|
"gitHead": "f0b4adc66dfb632473c57632e87d3a23f3dd2680",
|
|
"homepage": "https://github.com/mikolalysenko/bit-twiddle#readme",
|
|
"keywords": [
|
|
"bit",
|
|
"twiddle",
|
|
"hacks",
|
|
"graphics",
|
|
"octree",
|
|
"quadtree",
|
|
"math",
|
|
"nextPow2",
|
|
"log",
|
|
"shift",
|
|
"combination",
|
|
"permutation",
|
|
"trailing",
|
|
"zero",
|
|
"one",
|
|
"interleave",
|
|
"revere",
|
|
"parity",
|
|
"population",
|
|
"count",
|
|
"exponent",
|
|
"power",
|
|
"sign",
|
|
"min",
|
|
"max"
|
|
],
|
|
"license": "MIT",
|
|
"main": "twiddle.js",
|
|
"name": "bit-twiddle",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/bit-twiddle.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap ./test"
|
|
},
|
|
"version": "0.0.2"
|
|
}
|
|
|