@datagrok/eda 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/_d4c0.js +279 -0
- package/dist/_d4c0.js.map +1 -0
- package/dist/node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js +279 -0
- package/dist/node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js.map +1 -0
- package/dist/node_modules_datagrok-libraries_ml_src_MCL_mcl-sparse-matrix-mult-worker_js.js +59 -0
- package/dist/node_modules_datagrok-libraries_ml_src_MCL_mcl-sparse-matrix-mult-worker_js.js.map +1 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_distance-matrix-worker_js.js +284 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_distance-matrix-worker_js.js.map +1 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_single-value-knn-worker_js.js +265 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_single-value-knn-worker_js.js.map +1 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-worker_js.js +287 -0
- package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-worker_js.js.map +1 -0
- package/dist/package-test.js +26140 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +30337 -1
- package/dist/package.js.map +1 -1
- package/dist/src_workers_softmax-worker_ts.js +154 -0
- package/dist/src_workers_softmax-worker_ts.js.map +1 -0
- package/dist/src_workers_tsne-worker_ts.js +244 -0
- package/dist/src_workers_tsne-worker_ts.js.map +1 -0
- package/dist/src_workers_umap-worker_ts.js +252 -0
- package/dist/src_workers_umap-worker_ts.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js.js +1253 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_hierarchical-clustering_wasm_clustering-worker_js.js +942 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_hierarchical-clustering_wasm_clustering-worker_js.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f.js +1525 -0
- package/dist/vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_MCL_mcl-worker_js-node_modules_datagrok-librar-e4203d.js +2244 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_MCL_mcl-worker_js-node_modules_datagrok-librar-e4203d.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-threshold-worker_js.js +286 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-threshold-worker_js.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-worker_js.js +280 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-worker_js.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-threshold-worker_js.js +282 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-threshold-worker_js.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2.js +1821 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2.js.map +1 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0.js +7776 -0
- package/dist/vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0.js.map +1 -0
- package/dist/vendors-node_modules_keckelt_tsne_lib_index_js.js +379 -0
- package/dist/vendors-node_modules_keckelt_tsne_lib_index_js.js.map +1 -0
- package/dist/vendors-node_modules_ml-matrix_matrix_mjs.js +5946 -0
- package/dist/vendors-node_modules_ml-matrix_matrix_mjs.js.map +1 -0
- package/dist/vendors-node_modules_umap-js_dist_index_js.js +2284 -0
- package/dist/vendors-node_modules_umap-js_dist_index_js.js.map +1 -0
- package/dist/wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js.js +779 -0
- package/dist/wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js.js.map +1 -0
- package/dist/wasm_workers_errorWorker_js.js +267 -0
- package/dist/wasm_workers_errorWorker_js.js.map +1 -0
- package/dist/wasm_workers_fitLinearRegressionParamsWithDataNormalizingWorker_js.js +267 -0
- package/dist/wasm_workers_fitLinearRegressionParamsWithDataNormalizingWorker_js.js.map +1 -0
- package/dist/wasm_workers_fitLinearRegressionParamsWorker_js.js +267 -0
- package/dist/wasm_workers_fitLinearRegressionParamsWorker_js.js.map +1 -0
- package/dist/wasm_workers_fitSoftmaxWorker_js.js +267 -0
- package/dist/wasm_workers_fitSoftmaxWorker_js.js.map +1 -0
- package/dist/wasm_workers_generateDatasetWorker_js.js +267 -0
- package/dist/wasm_workers_generateDatasetWorker_js.js.map +1 -0
- package/dist/wasm_workers_normalizeDatasetWorker_js.js +267 -0
- package/dist/wasm_workers_normalizeDatasetWorker_js.js.map +1 -0
- package/dist/wasm_workers_partialLeastSquareRegressionWorker_js.js +267 -0
- package/dist/wasm_workers_partialLeastSquareRegressionWorker_js.js.map +1 -0
- package/dist/wasm_workers_predictByLSSVMWorker_js.js +267 -0
- package/dist/wasm_workers_predictByLSSVMWorker_js.js.map +1 -0
- package/dist/wasm_workers_principalComponentAnalysisNipalsWorker_js.js +267 -0
- package/dist/wasm_workers_principalComponentAnalysisNipalsWorker_js.js.map +1 -0
- package/dist/wasm_workers_principalComponentAnalysisWorkerUpd_js.js +271 -0
- package/dist/wasm_workers_principalComponentAnalysisWorkerUpd_js.js.map +1 -0
- package/dist/wasm_workers_trainAndAnalyzeLSSVMWorker_js.js +267 -0
- package/dist/wasm_workers_trainAndAnalyzeLSSVMWorker_js.js.map +1 -0
- package/dist/wasm_workers_trainLSSVMWorker_js.js +267 -0
- package/dist/wasm_workers_trainLSSVMWorker_js.js.map +1 -0
- package/dist/wasm_workers_xgboostWorker_js.js +279 -0
- package/dist/wasm_workers_xgboostWorker_js.js.map +1 -0
- package/package.json +5 -4
- package/src/package-api.ts +259 -0
- package/src/package.g.ts +522 -0
- package/src/package.ts +907 -678
- package/test-console-output-1.log +78 -93
- package/test-record-1.mp4 +0 -0
- package/tsconfig.json +2 -2
- package/webpack.config.js +5 -0
- package/dist/111.js +0 -2
- package/dist/111.js.map +0 -1
- package/dist/128.js +0 -2
- package/dist/128.js.map +0 -1
- package/dist/153.js +0 -2
- package/dist/153.js.map +0 -1
- package/dist/23.js +0 -2
- package/dist/23.js.map +0 -1
- package/dist/234.js +0 -2
- package/dist/234.js.map +0 -1
- package/dist/242.js +0 -2
- package/dist/242.js.map +0 -1
- package/dist/260.js +0 -2
- package/dist/260.js.map +0 -1
- package/dist/33.js +0 -2
- package/dist/33.js.map +0 -1
- package/dist/348.js +0 -2
- package/dist/348.js.map +0 -1
- package/dist/377.js +0 -2
- package/dist/377.js.map +0 -1
- package/dist/412.js +0 -2
- package/dist/412.js.map +0 -1
- package/dist/415.js +0 -2
- package/dist/415.js.map +0 -1
- package/dist/501.js +0 -2
- package/dist/501.js.map +0 -1
- package/dist/531.js +0 -2
- package/dist/531.js.map +0 -1
- package/dist/583.js +0 -2
- package/dist/583.js.map +0 -1
- package/dist/589.js +0 -2
- package/dist/589.js.map +0 -1
- package/dist/603.js +0 -2
- package/dist/603.js.map +0 -1
- package/dist/656.js +0 -2
- package/dist/656.js.map +0 -1
- package/dist/682.js +0 -2
- package/dist/682.js.map +0 -1
- package/dist/705.js +0 -2
- package/dist/705.js.map +0 -1
- package/dist/727.js +0 -2
- package/dist/727.js.map +0 -1
- package/dist/731.js +0 -2
- package/dist/731.js.map +0 -1
- package/dist/738.js +0 -3
- package/dist/738.js.LICENSE.txt +0 -51
- package/dist/738.js.map +0 -1
- package/dist/763.js +0 -2
- package/dist/763.js.map +0 -1
- package/dist/778.js +0 -2
- package/dist/778.js.map +0 -1
- package/dist/783.js +0 -2
- package/dist/783.js.map +0 -1
- package/dist/793.js +0 -2
- package/dist/793.js.map +0 -1
- package/dist/801.js +0 -2
- package/dist/801.js.map +0 -1
- package/dist/810.js +0 -2
- package/dist/810.js.map +0 -1
- package/dist/860.js +0 -2
- package/dist/860.js.map +0 -1
- package/dist/907.js +0 -2
- package/dist/907.js.map +0 -1
- package/dist/950.js +0 -2
- package/dist/950.js.map +0 -1
- package/dist/980.js +0 -2
- package/dist/980.js.map +0 -1
- package/dist/990.js +0 -2
- package/dist/990.js.map +0 -1
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
var eda;
|
|
2
|
+
/******/ (() => { // webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ var __webpack_modules__ = ({
|
|
5
|
+
|
|
6
|
+
/***/ "./wasm/workers/predictByLSSVMWorker.js":
|
|
7
|
+
/*!**********************************************!*\
|
|
8
|
+
!*** ./wasm/workers/predictByLSSVMWorker.js ***!
|
|
9
|
+
\**********************************************/
|
|
10
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11
|
+
|
|
12
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13
|
+
/* harmony import */ var _wasm_EDAForWebWorker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../wasm/EDAForWebWorker */ "./wasm/EDAForWebWorker.js");
|
|
14
|
+
/* harmony import */ var _wasm_callWasmForWebWorker_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../wasm/callWasmForWebWorker.js */ "./wasm/callWasmForWebWorker.js");
|
|
15
|
+
// The following code is generated automatically.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
onmessage = async function (evt) {
|
|
21
|
+
(0,_wasm_EDAForWebWorker__WEBPACK_IMPORTED_MODULE_0__.exportEDA)().then(module =>
|
|
22
|
+
{
|
|
23
|
+
let args = evt.data;
|
|
24
|
+
let result = (0,_wasm_callWasmForWebWorker_js__WEBPACK_IMPORTED_MODULE_1__.cppWrapper)(module, args, 'predictByLSSVM', 'number');
|
|
25
|
+
postMessage({'callResult': result, 'args': args});
|
|
26
|
+
} )
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/***/ })
|
|
30
|
+
|
|
31
|
+
/******/ });
|
|
32
|
+
/************************************************************************/
|
|
33
|
+
/******/ // The module cache
|
|
34
|
+
/******/ var __webpack_module_cache__ = {};
|
|
35
|
+
/******/
|
|
36
|
+
/******/ // The require function
|
|
37
|
+
/******/ function __webpack_require__(moduleId) {
|
|
38
|
+
/******/ // Check if module is in cache
|
|
39
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
40
|
+
/******/ if (cachedModule !== undefined) {
|
|
41
|
+
/******/ return cachedModule.exports;
|
|
42
|
+
/******/ }
|
|
43
|
+
/******/ // Create a new module (and put it into the cache)
|
|
44
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
45
|
+
/******/ id: moduleId,
|
|
46
|
+
/******/ loaded: false,
|
|
47
|
+
/******/ exports: {}
|
|
48
|
+
/******/ };
|
|
49
|
+
/******/
|
|
50
|
+
/******/ // Execute the module function
|
|
51
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
52
|
+
/******/
|
|
53
|
+
/******/ // Flag the module as loaded
|
|
54
|
+
/******/ module.loaded = true;
|
|
55
|
+
/******/
|
|
56
|
+
/******/ // Return the exports of the module
|
|
57
|
+
/******/ return module.exports;
|
|
58
|
+
/******/ }
|
|
59
|
+
/******/
|
|
60
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
61
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
62
|
+
/******/
|
|
63
|
+
/******/ // the startup function
|
|
64
|
+
/******/ __webpack_require__.x = () => {
|
|
65
|
+
/******/ // Load entry module and return exports
|
|
66
|
+
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
|
|
67
|
+
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js"], () => (__webpack_require__("./wasm/workers/predictByLSSVMWorker.js")))
|
|
68
|
+
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
|
|
69
|
+
/******/ return __webpack_exports__;
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/
|
|
72
|
+
/************************************************************************/
|
|
73
|
+
/******/ /* webpack/runtime/amd options */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.amdO = {};
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/chunk loaded */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ var deferred = [];
|
|
81
|
+
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
|
|
82
|
+
/******/ if(chunkIds) {
|
|
83
|
+
/******/ priority = priority || 0;
|
|
84
|
+
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
85
|
+
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
86
|
+
/******/ return;
|
|
87
|
+
/******/ }
|
|
88
|
+
/******/ var notFulfilled = Infinity;
|
|
89
|
+
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
90
|
+
/******/ var [chunkIds, fn, priority] = deferred[i];
|
|
91
|
+
/******/ var fulfilled = true;
|
|
92
|
+
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
93
|
+
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
|
|
94
|
+
/******/ chunkIds.splice(j--, 1);
|
|
95
|
+
/******/ } else {
|
|
96
|
+
/******/ fulfilled = false;
|
|
97
|
+
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
98
|
+
/******/ }
|
|
99
|
+
/******/ }
|
|
100
|
+
/******/ if(fulfilled) {
|
|
101
|
+
/******/ deferred.splice(i--, 1)
|
|
102
|
+
/******/ var r = fn();
|
|
103
|
+
/******/ if (r !== undefined) result = r;
|
|
104
|
+
/******/ }
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/ return result;
|
|
107
|
+
/******/ };
|
|
108
|
+
/******/ })();
|
|
109
|
+
/******/
|
|
110
|
+
/******/ /* webpack/runtime/define property getters */
|
|
111
|
+
/******/ (() => {
|
|
112
|
+
/******/ // define getter functions for harmony exports
|
|
113
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
114
|
+
/******/ for(var key in definition) {
|
|
115
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
116
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
117
|
+
/******/ }
|
|
118
|
+
/******/ }
|
|
119
|
+
/******/ };
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/ensure chunk */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ __webpack_require__.f = {};
|
|
125
|
+
/******/ // This file contains only the entry chunk.
|
|
126
|
+
/******/ // The chunk loading function for additional chunks
|
|
127
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
128
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
129
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
130
|
+
/******/ return promises;
|
|
131
|
+
/******/ }, []));
|
|
132
|
+
/******/ };
|
|
133
|
+
/******/ })();
|
|
134
|
+
/******/
|
|
135
|
+
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
136
|
+
/******/ (() => {
|
|
137
|
+
/******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
|
|
138
|
+
/******/ __webpack_require__.u = (chunkId) => {
|
|
139
|
+
/******/ // return url for filenames based on template
|
|
140
|
+
/******/ return "" + chunkId + ".js";
|
|
141
|
+
/******/ };
|
|
142
|
+
/******/ })();
|
|
143
|
+
/******/
|
|
144
|
+
/******/ /* webpack/runtime/global */
|
|
145
|
+
/******/ (() => {
|
|
146
|
+
/******/ __webpack_require__.g = (function() {
|
|
147
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
148
|
+
/******/ try {
|
|
149
|
+
/******/ return this || new Function('return this')();
|
|
150
|
+
/******/ } catch (e) {
|
|
151
|
+
/******/ if (typeof window === 'object') return window;
|
|
152
|
+
/******/ }
|
|
153
|
+
/******/ })();
|
|
154
|
+
/******/ })();
|
|
155
|
+
/******/
|
|
156
|
+
/******/ /* webpack/runtime/harmony module decorator */
|
|
157
|
+
/******/ (() => {
|
|
158
|
+
/******/ __webpack_require__.hmd = (module) => {
|
|
159
|
+
/******/ module = Object.create(module);
|
|
160
|
+
/******/ if (!module.children) module.children = [];
|
|
161
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
162
|
+
/******/ enumerable: true,
|
|
163
|
+
/******/ set: () => {
|
|
164
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
165
|
+
/******/ }
|
|
166
|
+
/******/ });
|
|
167
|
+
/******/ return module;
|
|
168
|
+
/******/ };
|
|
169
|
+
/******/ })();
|
|
170
|
+
/******/
|
|
171
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
172
|
+
/******/ (() => {
|
|
173
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
174
|
+
/******/ })();
|
|
175
|
+
/******/
|
|
176
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
177
|
+
/******/ (() => {
|
|
178
|
+
/******/ // define __esModule on exports
|
|
179
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
180
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
181
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
182
|
+
/******/ }
|
|
183
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
184
|
+
/******/ };
|
|
185
|
+
/******/ })();
|
|
186
|
+
/******/
|
|
187
|
+
/******/ /* webpack/runtime/publicPath */
|
|
188
|
+
/******/ (() => {
|
|
189
|
+
/******/ var scriptUrl;
|
|
190
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
191
|
+
/******/ var document = __webpack_require__.g.document;
|
|
192
|
+
/******/ if (!scriptUrl && document) {
|
|
193
|
+
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
|
194
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
195
|
+
/******/ if (!scriptUrl) {
|
|
196
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
197
|
+
/******/ if(scripts.length) {
|
|
198
|
+
/******/ var i = scripts.length - 1;
|
|
199
|
+
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
200
|
+
/******/ }
|
|
201
|
+
/******/ }
|
|
202
|
+
/******/ }
|
|
203
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
204
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
205
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
206
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
207
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
208
|
+
/******/ })();
|
|
209
|
+
/******/
|
|
210
|
+
/******/ /* webpack/runtime/importScripts chunk loading */
|
|
211
|
+
/******/ (() => {
|
|
212
|
+
/******/ __webpack_require__.b = self.location + "";
|
|
213
|
+
/******/
|
|
214
|
+
/******/ // object to store loaded chunks
|
|
215
|
+
/******/ // "1" means "already loaded"
|
|
216
|
+
/******/ var installedChunks = {
|
|
217
|
+
/******/ "wasm_workers_predictByLSSVMWorker_js": 1
|
|
218
|
+
/******/ };
|
|
219
|
+
/******/
|
|
220
|
+
/******/ // importScripts chunk loading
|
|
221
|
+
/******/ var installChunk = (data) => {
|
|
222
|
+
/******/ var [chunkIds, moreModules, runtime] = data;
|
|
223
|
+
/******/ for(var moduleId in moreModules) {
|
|
224
|
+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
225
|
+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
226
|
+
/******/ }
|
|
227
|
+
/******/ }
|
|
228
|
+
/******/ if(runtime) runtime(__webpack_require__);
|
|
229
|
+
/******/ while(chunkIds.length)
|
|
230
|
+
/******/ installedChunks[chunkIds.pop()] = 1;
|
|
231
|
+
/******/ parentChunkLoadingFunction(data);
|
|
232
|
+
/******/ };
|
|
233
|
+
/******/ __webpack_require__.f.i = (chunkId, promises) => {
|
|
234
|
+
/******/ // "1" is the signal for "already loaded"
|
|
235
|
+
/******/ if(!installedChunks[chunkId]) {
|
|
236
|
+
/******/ if(true) { // all chunks have JS
|
|
237
|
+
/******/ importScripts(__webpack_require__.p + __webpack_require__.u(chunkId));
|
|
238
|
+
/******/ }
|
|
239
|
+
/******/ }
|
|
240
|
+
/******/ };
|
|
241
|
+
/******/
|
|
242
|
+
/******/ var chunkLoadingGlobal = self["webpackChunkeda"] = self["webpackChunkeda"] || [];
|
|
243
|
+
/******/ var parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);
|
|
244
|
+
/******/ chunkLoadingGlobal.push = installChunk;
|
|
245
|
+
/******/
|
|
246
|
+
/******/ // no HMR
|
|
247
|
+
/******/
|
|
248
|
+
/******/ // no HMR manifest
|
|
249
|
+
/******/ })();
|
|
250
|
+
/******/
|
|
251
|
+
/******/ /* webpack/runtime/startup chunk dependencies */
|
|
252
|
+
/******/ (() => {
|
|
253
|
+
/******/ var next = __webpack_require__.x;
|
|
254
|
+
/******/ __webpack_require__.x = () => {
|
|
255
|
+
/******/ return __webpack_require__.e("wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js").then(next);
|
|
256
|
+
/******/ };
|
|
257
|
+
/******/ })();
|
|
258
|
+
/******/
|
|
259
|
+
/************************************************************************/
|
|
260
|
+
/******/
|
|
261
|
+
/******/ // run startup
|
|
262
|
+
/******/ var __webpack_exports__ = __webpack_require__.x();
|
|
263
|
+
/******/ eda = __webpack_exports__;
|
|
264
|
+
/******/
|
|
265
|
+
/******/ })()
|
|
266
|
+
;
|
|
267
|
+
//# sourceMappingURL=wasm_workers_predictByLSSVMWorker_js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wasm_workers_predictByLSSVMWorker_js.js","mappings":";;;;;;;;;;;;;;AAAA;;AAEqD;AACS;;AAE9D;AACA,EAAE,gEAAS;AACX;AACA;AACA,mBAAmB,yEAAU;AAC7B,mBAAmB,mCAAmC;AACtD,MAAM;AACN,C;;;;;;UCZA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;;;;WCrCA,8B;;;;;WCAA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,E;;;;;WC3BA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA,E;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF,E;;;;;WCRA;WACA;WACA;WACA;WACA,E;;;;;WCJA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC,I;;;;;WCPD;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;WACA,E;;;;;WCVA,wF;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;WCNA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,kC;;;;;WClBA;;WAEA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,aAAa;WACb;WACA;WACA;WACA;;WAEA;WACA;WACA;;WAEA;;WAEA,kB;;;;;WCpCA;WACA;WACA;WACA,E;;;;;UEHA;UACA","sources":["webpack://eda/./wasm/workers/predictByLSSVMWorker.js","webpack://eda/webpack/bootstrap","webpack://eda/webpack/runtime/amd options","webpack://eda/webpack/runtime/chunk loaded","webpack://eda/webpack/runtime/define property getters","webpack://eda/webpack/runtime/ensure chunk","webpack://eda/webpack/runtime/get javascript chunk filename","webpack://eda/webpack/runtime/global","webpack://eda/webpack/runtime/harmony module decorator","webpack://eda/webpack/runtime/hasOwnProperty shorthand","webpack://eda/webpack/runtime/make namespace object","webpack://eda/webpack/runtime/publicPath","webpack://eda/webpack/runtime/importScripts chunk loading","webpack://eda/webpack/runtime/startup chunk dependencies","webpack://eda/webpack/before-startup","webpack://eda/webpack/startup","webpack://eda/webpack/after-startup"],"sourcesContent":["// The following code is generated automatically.\n\nimport {exportEDA} from '../../wasm/EDAForWebWorker';\nimport {cppWrapper} from '../../wasm/callWasmForWebWorker.js';\n\nonmessage = async function (evt) {\n exportEDA().then(module => \n {\n let args = evt.data;\n let result = cppWrapper(module, args, 'predictByLSSVM', 'number');\n postMessage({'callResult': result, 'args': args});\n } )\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// the startup function\n__webpack_require__.x = () => {\n\t// Load entry module and return exports\n\t// This entry module depends on other loaded chunks and execution need to be delayed\n\tvar __webpack_exports__ = __webpack_require__.O(undefined, [\"wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js\"], () => (__webpack_require__(\"./wasm/workers/predictByLSSVMWorker.js\")))\n\t__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n\treturn __webpack_exports__;\n};\n\n","__webpack_require__.amdO = {};","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.hmd = (module) => {\n\tmodule = Object.create(module);\n\tif (!module.children) module.children = [];\n\tObject.defineProperty(module, 'exports', {\n\t\tenumerable: true,\n\t\tset: () => {\n\t\t\tthrow new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);\n\t\t}\n\t});\n\treturn module;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = self.location + \"\";\n\n// object to store loaded chunks\n// \"1\" means \"already loaded\"\nvar installedChunks = {\n\t\"wasm_workers_predictByLSSVMWorker_js\": 1\n};\n\n// importScripts chunk loading\nvar installChunk = (data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\tfor(var moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) runtime(__webpack_require__);\n\twhile(chunkIds.length)\n\t\tinstalledChunks[chunkIds.pop()] = 1;\n\tparentChunkLoadingFunction(data);\n};\n__webpack_require__.f.i = (chunkId, promises) => {\n\t// \"1\" is the signal for \"already loaded\"\n\tif(!installedChunks[chunkId]) {\n\t\tif(true) { // all chunks have JS\n\t\t\timportScripts(__webpack_require__.p + __webpack_require__.u(chunkId));\n\t\t}\n\t}\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunkeda\"] = self[\"webpackChunkeda\"] || [];\nvar parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);\nchunkLoadingGlobal.push = installChunk;\n\n// no HMR\n\n// no HMR manifest","var next = __webpack_require__.x;\n__webpack_require__.x = () => {\n\treturn __webpack_require__.e(\"wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js\").then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
var eda;
|
|
2
|
+
/******/ (() => { // webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ var __webpack_modules__ = ({
|
|
5
|
+
|
|
6
|
+
/***/ "./wasm/workers/principalComponentAnalysisNipalsWorker.js":
|
|
7
|
+
/*!****************************************************************!*\
|
|
8
|
+
!*** ./wasm/workers/principalComponentAnalysisNipalsWorker.js ***!
|
|
9
|
+
\****************************************************************/
|
|
10
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11
|
+
|
|
12
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13
|
+
/* harmony import */ var _wasm_EDAForWebWorker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../wasm/EDAForWebWorker */ "./wasm/EDAForWebWorker.js");
|
|
14
|
+
/* harmony import */ var _wasm_callWasmForWebWorker_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../wasm/callWasmForWebWorker.js */ "./wasm/callWasmForWebWorker.js");
|
|
15
|
+
// The following code is generated automatically.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
onmessage = async function (evt) {
|
|
21
|
+
(0,_wasm_EDAForWebWorker__WEBPACK_IMPORTED_MODULE_0__.exportEDA)().then(module =>
|
|
22
|
+
{
|
|
23
|
+
let args = evt.data;
|
|
24
|
+
let result = (0,_wasm_callWasmForWebWorker_js__WEBPACK_IMPORTED_MODULE_1__.cppWrapper)(module, args, 'principalComponentAnalysisNipals', 'number');
|
|
25
|
+
postMessage({'callResult': result, 'args': args});
|
|
26
|
+
} )
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/***/ })
|
|
30
|
+
|
|
31
|
+
/******/ });
|
|
32
|
+
/************************************************************************/
|
|
33
|
+
/******/ // The module cache
|
|
34
|
+
/******/ var __webpack_module_cache__ = {};
|
|
35
|
+
/******/
|
|
36
|
+
/******/ // The require function
|
|
37
|
+
/******/ function __webpack_require__(moduleId) {
|
|
38
|
+
/******/ // Check if module is in cache
|
|
39
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
40
|
+
/******/ if (cachedModule !== undefined) {
|
|
41
|
+
/******/ return cachedModule.exports;
|
|
42
|
+
/******/ }
|
|
43
|
+
/******/ // Create a new module (and put it into the cache)
|
|
44
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
45
|
+
/******/ id: moduleId,
|
|
46
|
+
/******/ loaded: false,
|
|
47
|
+
/******/ exports: {}
|
|
48
|
+
/******/ };
|
|
49
|
+
/******/
|
|
50
|
+
/******/ // Execute the module function
|
|
51
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
52
|
+
/******/
|
|
53
|
+
/******/ // Flag the module as loaded
|
|
54
|
+
/******/ module.loaded = true;
|
|
55
|
+
/******/
|
|
56
|
+
/******/ // Return the exports of the module
|
|
57
|
+
/******/ return module.exports;
|
|
58
|
+
/******/ }
|
|
59
|
+
/******/
|
|
60
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
61
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
62
|
+
/******/
|
|
63
|
+
/******/ // the startup function
|
|
64
|
+
/******/ __webpack_require__.x = () => {
|
|
65
|
+
/******/ // Load entry module and return exports
|
|
66
|
+
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
|
|
67
|
+
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js"], () => (__webpack_require__("./wasm/workers/principalComponentAnalysisNipalsWorker.js")))
|
|
68
|
+
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
|
|
69
|
+
/******/ return __webpack_exports__;
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/
|
|
72
|
+
/************************************************************************/
|
|
73
|
+
/******/ /* webpack/runtime/amd options */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.amdO = {};
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/chunk loaded */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ var deferred = [];
|
|
81
|
+
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
|
|
82
|
+
/******/ if(chunkIds) {
|
|
83
|
+
/******/ priority = priority || 0;
|
|
84
|
+
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
85
|
+
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
86
|
+
/******/ return;
|
|
87
|
+
/******/ }
|
|
88
|
+
/******/ var notFulfilled = Infinity;
|
|
89
|
+
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
90
|
+
/******/ var [chunkIds, fn, priority] = deferred[i];
|
|
91
|
+
/******/ var fulfilled = true;
|
|
92
|
+
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
93
|
+
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
|
|
94
|
+
/******/ chunkIds.splice(j--, 1);
|
|
95
|
+
/******/ } else {
|
|
96
|
+
/******/ fulfilled = false;
|
|
97
|
+
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
98
|
+
/******/ }
|
|
99
|
+
/******/ }
|
|
100
|
+
/******/ if(fulfilled) {
|
|
101
|
+
/******/ deferred.splice(i--, 1)
|
|
102
|
+
/******/ var r = fn();
|
|
103
|
+
/******/ if (r !== undefined) result = r;
|
|
104
|
+
/******/ }
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/ return result;
|
|
107
|
+
/******/ };
|
|
108
|
+
/******/ })();
|
|
109
|
+
/******/
|
|
110
|
+
/******/ /* webpack/runtime/define property getters */
|
|
111
|
+
/******/ (() => {
|
|
112
|
+
/******/ // define getter functions for harmony exports
|
|
113
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
114
|
+
/******/ for(var key in definition) {
|
|
115
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
116
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
117
|
+
/******/ }
|
|
118
|
+
/******/ }
|
|
119
|
+
/******/ };
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/ensure chunk */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ __webpack_require__.f = {};
|
|
125
|
+
/******/ // This file contains only the entry chunk.
|
|
126
|
+
/******/ // The chunk loading function for additional chunks
|
|
127
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
128
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
129
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
130
|
+
/******/ return promises;
|
|
131
|
+
/******/ }, []));
|
|
132
|
+
/******/ };
|
|
133
|
+
/******/ })();
|
|
134
|
+
/******/
|
|
135
|
+
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
136
|
+
/******/ (() => {
|
|
137
|
+
/******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
|
|
138
|
+
/******/ __webpack_require__.u = (chunkId) => {
|
|
139
|
+
/******/ // return url for filenames based on template
|
|
140
|
+
/******/ return "" + chunkId + ".js";
|
|
141
|
+
/******/ };
|
|
142
|
+
/******/ })();
|
|
143
|
+
/******/
|
|
144
|
+
/******/ /* webpack/runtime/global */
|
|
145
|
+
/******/ (() => {
|
|
146
|
+
/******/ __webpack_require__.g = (function() {
|
|
147
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
148
|
+
/******/ try {
|
|
149
|
+
/******/ return this || new Function('return this')();
|
|
150
|
+
/******/ } catch (e) {
|
|
151
|
+
/******/ if (typeof window === 'object') return window;
|
|
152
|
+
/******/ }
|
|
153
|
+
/******/ })();
|
|
154
|
+
/******/ })();
|
|
155
|
+
/******/
|
|
156
|
+
/******/ /* webpack/runtime/harmony module decorator */
|
|
157
|
+
/******/ (() => {
|
|
158
|
+
/******/ __webpack_require__.hmd = (module) => {
|
|
159
|
+
/******/ module = Object.create(module);
|
|
160
|
+
/******/ if (!module.children) module.children = [];
|
|
161
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
162
|
+
/******/ enumerable: true,
|
|
163
|
+
/******/ set: () => {
|
|
164
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
165
|
+
/******/ }
|
|
166
|
+
/******/ });
|
|
167
|
+
/******/ return module;
|
|
168
|
+
/******/ };
|
|
169
|
+
/******/ })();
|
|
170
|
+
/******/
|
|
171
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
172
|
+
/******/ (() => {
|
|
173
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
174
|
+
/******/ })();
|
|
175
|
+
/******/
|
|
176
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
177
|
+
/******/ (() => {
|
|
178
|
+
/******/ // define __esModule on exports
|
|
179
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
180
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
181
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
182
|
+
/******/ }
|
|
183
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
184
|
+
/******/ };
|
|
185
|
+
/******/ })();
|
|
186
|
+
/******/
|
|
187
|
+
/******/ /* webpack/runtime/publicPath */
|
|
188
|
+
/******/ (() => {
|
|
189
|
+
/******/ var scriptUrl;
|
|
190
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
191
|
+
/******/ var document = __webpack_require__.g.document;
|
|
192
|
+
/******/ if (!scriptUrl && document) {
|
|
193
|
+
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
|
194
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
195
|
+
/******/ if (!scriptUrl) {
|
|
196
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
197
|
+
/******/ if(scripts.length) {
|
|
198
|
+
/******/ var i = scripts.length - 1;
|
|
199
|
+
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
200
|
+
/******/ }
|
|
201
|
+
/******/ }
|
|
202
|
+
/******/ }
|
|
203
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
204
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
205
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
206
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
207
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
208
|
+
/******/ })();
|
|
209
|
+
/******/
|
|
210
|
+
/******/ /* webpack/runtime/importScripts chunk loading */
|
|
211
|
+
/******/ (() => {
|
|
212
|
+
/******/ __webpack_require__.b = self.location + "";
|
|
213
|
+
/******/
|
|
214
|
+
/******/ // object to store loaded chunks
|
|
215
|
+
/******/ // "1" means "already loaded"
|
|
216
|
+
/******/ var installedChunks = {
|
|
217
|
+
/******/ "wasm_workers_principalComponentAnalysisNipalsWorker_js": 1
|
|
218
|
+
/******/ };
|
|
219
|
+
/******/
|
|
220
|
+
/******/ // importScripts chunk loading
|
|
221
|
+
/******/ var installChunk = (data) => {
|
|
222
|
+
/******/ var [chunkIds, moreModules, runtime] = data;
|
|
223
|
+
/******/ for(var moduleId in moreModules) {
|
|
224
|
+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
225
|
+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
226
|
+
/******/ }
|
|
227
|
+
/******/ }
|
|
228
|
+
/******/ if(runtime) runtime(__webpack_require__);
|
|
229
|
+
/******/ while(chunkIds.length)
|
|
230
|
+
/******/ installedChunks[chunkIds.pop()] = 1;
|
|
231
|
+
/******/ parentChunkLoadingFunction(data);
|
|
232
|
+
/******/ };
|
|
233
|
+
/******/ __webpack_require__.f.i = (chunkId, promises) => {
|
|
234
|
+
/******/ // "1" is the signal for "already loaded"
|
|
235
|
+
/******/ if(!installedChunks[chunkId]) {
|
|
236
|
+
/******/ if(true) { // all chunks have JS
|
|
237
|
+
/******/ importScripts(__webpack_require__.p + __webpack_require__.u(chunkId));
|
|
238
|
+
/******/ }
|
|
239
|
+
/******/ }
|
|
240
|
+
/******/ };
|
|
241
|
+
/******/
|
|
242
|
+
/******/ var chunkLoadingGlobal = self["webpackChunkeda"] = self["webpackChunkeda"] || [];
|
|
243
|
+
/******/ var parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);
|
|
244
|
+
/******/ chunkLoadingGlobal.push = installChunk;
|
|
245
|
+
/******/
|
|
246
|
+
/******/ // no HMR
|
|
247
|
+
/******/
|
|
248
|
+
/******/ // no HMR manifest
|
|
249
|
+
/******/ })();
|
|
250
|
+
/******/
|
|
251
|
+
/******/ /* webpack/runtime/startup chunk dependencies */
|
|
252
|
+
/******/ (() => {
|
|
253
|
+
/******/ var next = __webpack_require__.x;
|
|
254
|
+
/******/ __webpack_require__.x = () => {
|
|
255
|
+
/******/ return __webpack_require__.e("wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js").then(next);
|
|
256
|
+
/******/ };
|
|
257
|
+
/******/ })();
|
|
258
|
+
/******/
|
|
259
|
+
/************************************************************************/
|
|
260
|
+
/******/
|
|
261
|
+
/******/ // run startup
|
|
262
|
+
/******/ var __webpack_exports__ = __webpack_require__.x();
|
|
263
|
+
/******/ eda = __webpack_exports__;
|
|
264
|
+
/******/
|
|
265
|
+
/******/ })()
|
|
266
|
+
;
|
|
267
|
+
//# sourceMappingURL=wasm_workers_principalComponentAnalysisNipalsWorker_js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wasm_workers_principalComponentAnalysisNipalsWorker_js.js","mappings":";;;;;;;;;;;;;;AAAA;;AAEqD;AACS;;AAE9D;AACA,EAAE,gEAAS;AACX;AACA;AACA,mBAAmB,yEAAU;AAC7B,mBAAmB,mCAAmC;AACtD,MAAM;AACN,C;;;;;;UCZA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;;;;WCrCA,8B;;;;;WCAA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,E;;;;;WC3BA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA,E;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF,E;;;;;WCRA;WACA;WACA;WACA;WACA,E;;;;;WCJA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC,I;;;;;WCPD;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;WACA,E;;;;;WCVA,wF;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;WCNA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,kC;;;;;WClBA;;WAEA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,aAAa;WACb;WACA;WACA;WACA;;WAEA;WACA;WACA;;WAEA;;WAEA,kB;;;;;WCpCA;WACA;WACA;WACA,E;;;;;UEHA;UACA","sources":["webpack://eda/./wasm/workers/principalComponentAnalysisNipalsWorker.js","webpack://eda/webpack/bootstrap","webpack://eda/webpack/runtime/amd options","webpack://eda/webpack/runtime/chunk loaded","webpack://eda/webpack/runtime/define property getters","webpack://eda/webpack/runtime/ensure chunk","webpack://eda/webpack/runtime/get javascript chunk filename","webpack://eda/webpack/runtime/global","webpack://eda/webpack/runtime/harmony module decorator","webpack://eda/webpack/runtime/hasOwnProperty shorthand","webpack://eda/webpack/runtime/make namespace object","webpack://eda/webpack/runtime/publicPath","webpack://eda/webpack/runtime/importScripts chunk loading","webpack://eda/webpack/runtime/startup chunk dependencies","webpack://eda/webpack/before-startup","webpack://eda/webpack/startup","webpack://eda/webpack/after-startup"],"sourcesContent":["// The following code is generated automatically.\n\nimport {exportEDA} from '../../wasm/EDAForWebWorker';\nimport {cppWrapper} from '../../wasm/callWasmForWebWorker.js';\n\nonmessage = async function (evt) {\n exportEDA().then(module => \n {\n let args = evt.data;\n let result = cppWrapper(module, args, 'principalComponentAnalysisNipals', 'number');\n postMessage({'callResult': result, 'args': args});\n } )\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// the startup function\n__webpack_require__.x = () => {\n\t// Load entry module and return exports\n\t// This entry module depends on other loaded chunks and execution need to be delayed\n\tvar __webpack_exports__ = __webpack_require__.O(undefined, [\"wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js\"], () => (__webpack_require__(\"./wasm/workers/principalComponentAnalysisNipalsWorker.js\")))\n\t__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n\treturn __webpack_exports__;\n};\n\n","__webpack_require__.amdO = {};","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks and sibling chunks for the entrypoint\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.hmd = (module) => {\n\tmodule = Object.create(module);\n\tif (!module.children) module.children = [];\n\tObject.defineProperty(module, 'exports', {\n\t\tenumerable: true,\n\t\tset: () => {\n\t\t\tthrow new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);\n\t\t}\n\t});\n\treturn module;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = self.location + \"\";\n\n// object to store loaded chunks\n// \"1\" means \"already loaded\"\nvar installedChunks = {\n\t\"wasm_workers_principalComponentAnalysisNipalsWorker_js\": 1\n};\n\n// importScripts chunk loading\nvar installChunk = (data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\tfor(var moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) runtime(__webpack_require__);\n\twhile(chunkIds.length)\n\t\tinstalledChunks[chunkIds.pop()] = 1;\n\tparentChunkLoadingFunction(data);\n};\n__webpack_require__.f.i = (chunkId, promises) => {\n\t// \"1\" is the signal for \"already loaded\"\n\tif(!installedChunks[chunkId]) {\n\t\tif(true) { // all chunks have JS\n\t\t\timportScripts(__webpack_require__.p + __webpack_require__.u(chunkId));\n\t\t}\n\t}\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunkeda\"] = self[\"webpackChunkeda\"] || [];\nvar parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);\nchunkLoadingGlobal.push = installChunk;\n\n// no HMR\n\n// no HMR manifest","var next = __webpack_require__.x;\n__webpack_require__.x = () => {\n\treturn __webpack_require__.e(\"wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js\").then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":[],"sourceRoot":""}
|