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.
 
 
 
 
StackGenVis/frontend/node_modules/math-log2/package.json

70 lines
1.6 KiB

{
"_from": "math-log2@^1.0.1",
"_id": "math-log2@1.0.1",
"_inBundle": false,
"_integrity": "sha1-+4lBvl9evol55xjmJzsXjlhpRWU=",
"_location": "/math-log2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "math-log2@^1.0.1",
"name": "math-log2",
"escapedName": "math-log2",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/point-cluster"
],
"_resolved": "https://registry.npmjs.org/math-log2/-/math-log2-1.0.1.tgz",
"_shasum": "fb8941be5f5ebe8979e718e6273b178e58694565",
"_spec": "math-log2@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/point-cluster",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/math-log2/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 Math.log2() ponyfill",
"devDependencies": {
"ava": "*",
"float-equal": "^1.0.0",
"number-is-nan": "^1.0.0",
"positive-zero": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/math-log2#readme",
"keywords": [
"es2015",
"ponyfill",
"polyfill",
"shim",
"number",
"math",
"log2",
"log",
"logarithm"
],
"license": "MIT",
"name": "math-log2",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/math-log2.git"
},
"scripts": {
"test": "ava"
},
"version": "1.0.1"
}