@datagrok/eda 1.4.2 → 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.
Files changed (153) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -0
  3. package/dist/_d4c0.js +279 -0
  4. package/dist/_d4c0.js.map +1 -0
  5. package/dist/node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js +279 -0
  6. package/dist/node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js.map +1 -0
  7. package/dist/node_modules_datagrok-libraries_ml_src_MCL_mcl-sparse-matrix-mult-worker_js.js +59 -0
  8. package/dist/node_modules_datagrok-libraries_ml_src_MCL_mcl-sparse-matrix-mult-worker_js.js.map +1 -0
  9. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_distance-matrix-worker_js.js +284 -0
  10. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_distance-matrix-worker_js.js.map +1 -0
  11. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_single-value-knn-worker_js.js +265 -0
  12. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_single-value-knn-worker_js.js.map +1 -0
  13. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-worker_js.js +287 -0
  14. package/dist/node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-worker_js.js.map +1 -0
  15. package/dist/package-test.js +26140 -1
  16. package/dist/package-test.js.map +1 -1
  17. package/dist/package.js +30337 -1
  18. package/dist/package.js.map +1 -1
  19. package/dist/src_workers_softmax-worker_ts.js +154 -0
  20. package/dist/src_workers_softmax-worker_ts.js.map +1 -0
  21. package/dist/src_workers_tsne-worker_ts.js +244 -0
  22. package/dist/src_workers_tsne-worker_ts.js.map +1 -0
  23. package/dist/src_workers_umap-worker_ts.js +252 -0
  24. package/dist/src_workers_umap-worker_ts.js.map +1 -0
  25. package/dist/vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js.js +1253 -0
  26. package/dist/vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js.js.map +1 -0
  27. package/dist/vendors-node_modules_datagrok-libraries_math_src_hierarchical-clustering_wasm_clustering-worker_js.js +942 -0
  28. package/dist/vendors-node_modules_datagrok-libraries_math_src_hierarchical-clustering_wasm_clustering-worker_js.js.map +1 -0
  29. package/dist/vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f.js +1525 -0
  30. package/dist/vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f.js.map +1 -0
  31. package/dist/vendors-node_modules_datagrok-libraries_ml_src_MCL_mcl-worker_js-node_modules_datagrok-librar-e4203d.js +2244 -0
  32. package/dist/vendors-node_modules_datagrok-libraries_ml_src_MCL_mcl-worker_js-node_modules_datagrok-librar-e4203d.js.map +1 -0
  33. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-threshold-worker_js.js +286 -0
  34. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-threshold-worker_js.js.map +1 -0
  35. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-worker_js.js +280 -0
  36. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_knn-worker_js.js.map +1 -0
  37. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-threshold-worker_js.js +282 -0
  38. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_sparse-matrix-threshold-worker_js.js.map +1 -0
  39. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2.js +1821 -0
  40. package/dist/vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2.js.map +1 -0
  41. package/dist/vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0.js +7776 -0
  42. package/dist/vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0.js.map +1 -0
  43. package/dist/vendors-node_modules_keckelt_tsne_lib_index_js.js +379 -0
  44. package/dist/vendors-node_modules_keckelt_tsne_lib_index_js.js.map +1 -0
  45. package/dist/vendors-node_modules_ml-matrix_matrix_mjs.js +5946 -0
  46. package/dist/vendors-node_modules_ml-matrix_matrix_mjs.js.map +1 -0
  47. package/dist/vendors-node_modules_umap-js_dist_index_js.js +2284 -0
  48. package/dist/vendors-node_modules_umap-js_dist_index_js.js.map +1 -0
  49. package/dist/wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js.js +779 -0
  50. package/dist/wasm_EDAForWebWorker_js-wasm_callWasmForWebWorker_js.js.map +1 -0
  51. package/dist/wasm_workers_errorWorker_js.js +267 -0
  52. package/dist/wasm_workers_errorWorker_js.js.map +1 -0
  53. package/dist/wasm_workers_fitLinearRegressionParamsWithDataNormalizingWorker_js.js +267 -0
  54. package/dist/wasm_workers_fitLinearRegressionParamsWithDataNormalizingWorker_js.js.map +1 -0
  55. package/dist/wasm_workers_fitLinearRegressionParamsWorker_js.js +267 -0
  56. package/dist/wasm_workers_fitLinearRegressionParamsWorker_js.js.map +1 -0
  57. package/dist/wasm_workers_fitSoftmaxWorker_js.js +267 -0
  58. package/dist/wasm_workers_fitSoftmaxWorker_js.js.map +1 -0
  59. package/dist/wasm_workers_generateDatasetWorker_js.js +267 -0
  60. package/dist/wasm_workers_generateDatasetWorker_js.js.map +1 -0
  61. package/dist/wasm_workers_normalizeDatasetWorker_js.js +267 -0
  62. package/dist/wasm_workers_normalizeDatasetWorker_js.js.map +1 -0
  63. package/dist/wasm_workers_partialLeastSquareRegressionWorker_js.js +267 -0
  64. package/dist/wasm_workers_partialLeastSquareRegressionWorker_js.js.map +1 -0
  65. package/dist/wasm_workers_predictByLSSVMWorker_js.js +267 -0
  66. package/dist/wasm_workers_predictByLSSVMWorker_js.js.map +1 -0
  67. package/dist/wasm_workers_principalComponentAnalysisNipalsWorker_js.js +267 -0
  68. package/dist/wasm_workers_principalComponentAnalysisNipalsWorker_js.js.map +1 -0
  69. package/dist/wasm_workers_principalComponentAnalysisWorkerUpd_js.js +271 -0
  70. package/dist/wasm_workers_principalComponentAnalysisWorkerUpd_js.js.map +1 -0
  71. package/dist/wasm_workers_trainAndAnalyzeLSSVMWorker_js.js +267 -0
  72. package/dist/wasm_workers_trainAndAnalyzeLSSVMWorker_js.js.map +1 -0
  73. package/dist/wasm_workers_trainLSSVMWorker_js.js +267 -0
  74. package/dist/wasm_workers_trainLSSVMWorker_js.js.map +1 -0
  75. package/dist/wasm_workers_xgboostWorker_js.js +279 -0
  76. package/dist/wasm_workers_xgboostWorker_js.js.map +1 -0
  77. package/package.json +5 -4
  78. package/src/package-api.ts +259 -0
  79. package/src/package.g.ts +522 -0
  80. package/src/package.ts +907 -678
  81. package/test-console-output-1.log +95 -80
  82. package/test-record-1.mp4 +0 -0
  83. package/tsconfig.json +2 -2
  84. package/webpack.config.js +5 -0
  85. package/dist/111.js +0 -2
  86. package/dist/111.js.map +0 -1
  87. package/dist/128.js +0 -2
  88. package/dist/128.js.map +0 -1
  89. package/dist/153.js +0 -2
  90. package/dist/153.js.map +0 -1
  91. package/dist/23.js +0 -2
  92. package/dist/23.js.map +0 -1
  93. package/dist/234.js +0 -2
  94. package/dist/234.js.map +0 -1
  95. package/dist/242.js +0 -2
  96. package/dist/242.js.map +0 -1
  97. package/dist/260.js +0 -2
  98. package/dist/260.js.map +0 -1
  99. package/dist/33.js +0 -2
  100. package/dist/33.js.map +0 -1
  101. package/dist/348.js +0 -2
  102. package/dist/348.js.map +0 -1
  103. package/dist/377.js +0 -2
  104. package/dist/377.js.map +0 -1
  105. package/dist/412.js +0 -2
  106. package/dist/412.js.map +0 -1
  107. package/dist/415.js +0 -2
  108. package/dist/415.js.map +0 -1
  109. package/dist/501.js +0 -2
  110. package/dist/501.js.map +0 -1
  111. package/dist/531.js +0 -2
  112. package/dist/531.js.map +0 -1
  113. package/dist/583.js +0 -2
  114. package/dist/583.js.map +0 -1
  115. package/dist/589.js +0 -2
  116. package/dist/589.js.map +0 -1
  117. package/dist/603.js +0 -2
  118. package/dist/603.js.map +0 -1
  119. package/dist/656.js +0 -2
  120. package/dist/656.js.map +0 -1
  121. package/dist/682.js +0 -2
  122. package/dist/682.js.map +0 -1
  123. package/dist/705.js +0 -2
  124. package/dist/705.js.map +0 -1
  125. package/dist/727.js +0 -2
  126. package/dist/727.js.map +0 -1
  127. package/dist/731.js +0 -2
  128. package/dist/731.js.map +0 -1
  129. package/dist/738.js +0 -3
  130. package/dist/738.js.LICENSE.txt +0 -51
  131. package/dist/738.js.map +0 -1
  132. package/dist/763.js +0 -2
  133. package/dist/763.js.map +0 -1
  134. package/dist/778.js +0 -2
  135. package/dist/778.js.map +0 -1
  136. package/dist/783.js +0 -2
  137. package/dist/783.js.map +0 -1
  138. package/dist/793.js +0 -2
  139. package/dist/793.js.map +0 -1
  140. package/dist/801.js +0 -2
  141. package/dist/801.js.map +0 -1
  142. package/dist/810.js +0 -2
  143. package/dist/810.js.map +0 -1
  144. package/dist/860.js +0 -2
  145. package/dist/860.js.map +0 -1
  146. package/dist/907.js +0 -2
  147. package/dist/907.js.map +0 -1
  148. package/dist/950.js +0 -2
  149. package/dist/950.js.map +0 -1
  150. package/dist/980.js +0 -2
  151. package/dist/980.js.map +0 -1
  152. package/dist/990.js +0 -2
  153. package/dist/990.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # EDA changelog
2
2
 
3
+ ## 1.4.4 (2025-09-17)
4
+
5
+ Improved the PCA dialog
6
+
7
+ ## 1.4.3 (2025-03-28)
8
+
9
+ Updated grok tools
10
+
3
11
  ## 1.4.2 (2025-03-28)
4
12
 
5
13
  Updated Multivariate Analysis:
package/README.md CHANGED
@@ -9,6 +9,7 @@ EDA is a [package](https://datagrok.ai/help/develop/#packages) for the [Datagrok
9
9
  * Stochastic proximity embedding ([SPE](https://pubmed.ncbi.nlm.nih.gov/12820129/))
10
10
  * Multivariate analysis
11
11
  * Partial least squares regression ([PLS](https://en.wikipedia.org/wiki/Partial_least_squares_regression))
12
+ * Quadratic PLS regression
12
13
  * Supervised machine learning
13
14
  * Least-squares support vector machine ([LS-SVM](https://en.wikipedia.org/wiki/Least-squares_support_vector_machine))
14
15
  * [Linear regression](https://en.wikipedia.org/wiki/Linear_regression)
package/dist/_d4c0.js ADDED
@@ -0,0 +1,279 @@
1
+ var eda;
2
+ /******/ (() => { // webpackBootstrap
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ "?d4c0":
6
+ /*!************************!*\
7
+ !*** crypto (ignored) ***!
8
+ \************************/
9
+ /***/ (() => {
10
+
11
+ /* (ignored) */
12
+
13
+ /***/ })
14
+
15
+ /******/ });
16
+ /************************************************************************/
17
+ /******/ // The module cache
18
+ /******/ var __webpack_module_cache__ = {};
19
+ /******/
20
+ /******/ // The require function
21
+ /******/ function __webpack_require__(moduleId) {
22
+ /******/ // Check if module is in cache
23
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
24
+ /******/ if (cachedModule !== undefined) {
25
+ /******/ return cachedModule.exports;
26
+ /******/ }
27
+ /******/ // Create a new module (and put it into the cache)
28
+ /******/ var module = __webpack_module_cache__[moduleId] = {
29
+ /******/ id: moduleId,
30
+ /******/ loaded: false,
31
+ /******/ exports: {}
32
+ /******/ };
33
+ /******/
34
+ /******/ // Execute the module function
35
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
36
+ /******/
37
+ /******/ // Flag the module as loaded
38
+ /******/ module.loaded = true;
39
+ /******/
40
+ /******/ // Return the exports of the module
41
+ /******/ return module.exports;
42
+ /******/ }
43
+ /******/
44
+ /******/ // expose the modules object (__webpack_modules__)
45
+ /******/ __webpack_require__.m = __webpack_modules__;
46
+ /******/
47
+ /******/ // the startup function
48
+ /******/ __webpack_require__.x = () => {
49
+ /******/ // Load entry module and return exports
50
+ /******/ // This entry module depends on other loaded chunks and execution need to be delayed
51
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2","vendors-node_modules_ml-matrix_matrix_mjs","vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f","vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js","vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0"], () => (__webpack_require__("./node_modules/@datagrok-libraries/ml/src/multi-column-dimensionality-reduction/mulit-column-dim-reducer-worker.js")))
52
+ /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
53
+ /******/ return __webpack_exports__;
54
+ /******/ };
55
+ /******/
56
+ /************************************************************************/
57
+ /******/ /* webpack/runtime/amd define */
58
+ /******/ (() => {
59
+ /******/ __webpack_require__.amdD = function () {
60
+ /******/ throw new Error('define cannot be used indirect');
61
+ /******/ };
62
+ /******/ })();
63
+ /******/
64
+ /******/ /* webpack/runtime/amd options */
65
+ /******/ (() => {
66
+ /******/ __webpack_require__.amdO = {};
67
+ /******/ })();
68
+ /******/
69
+ /******/ /* webpack/runtime/chunk loaded */
70
+ /******/ (() => {
71
+ /******/ var deferred = [];
72
+ /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
73
+ /******/ if(chunkIds) {
74
+ /******/ priority = priority || 0;
75
+ /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
76
+ /******/ deferred[i] = [chunkIds, fn, priority];
77
+ /******/ return;
78
+ /******/ }
79
+ /******/ var notFulfilled = Infinity;
80
+ /******/ for (var i = 0; i < deferred.length; i++) {
81
+ /******/ var [chunkIds, fn, priority] = deferred[i];
82
+ /******/ var fulfilled = true;
83
+ /******/ for (var j = 0; j < chunkIds.length; j++) {
84
+ /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
85
+ /******/ chunkIds.splice(j--, 1);
86
+ /******/ } else {
87
+ /******/ fulfilled = false;
88
+ /******/ if(priority < notFulfilled) notFulfilled = priority;
89
+ /******/ }
90
+ /******/ }
91
+ /******/ if(fulfilled) {
92
+ /******/ deferred.splice(i--, 1)
93
+ /******/ var r = fn();
94
+ /******/ if (r !== undefined) result = r;
95
+ /******/ }
96
+ /******/ }
97
+ /******/ return result;
98
+ /******/ };
99
+ /******/ })();
100
+ /******/
101
+ /******/ /* webpack/runtime/compat get default export */
102
+ /******/ (() => {
103
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
104
+ /******/ __webpack_require__.n = (module) => {
105
+ /******/ var getter = module && module.__esModule ?
106
+ /******/ () => (module['default']) :
107
+ /******/ () => (module);
108
+ /******/ __webpack_require__.d(getter, { a: getter });
109
+ /******/ return getter;
110
+ /******/ };
111
+ /******/ })();
112
+ /******/
113
+ /******/ /* webpack/runtime/define property getters */
114
+ /******/ (() => {
115
+ /******/ // define getter functions for harmony exports
116
+ /******/ __webpack_require__.d = (exports, definition) => {
117
+ /******/ for(var key in definition) {
118
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
119
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
120
+ /******/ }
121
+ /******/ }
122
+ /******/ };
123
+ /******/ })();
124
+ /******/
125
+ /******/ /* webpack/runtime/ensure chunk */
126
+ /******/ (() => {
127
+ /******/ __webpack_require__.f = {};
128
+ /******/ // This file contains only the entry chunk.
129
+ /******/ // The chunk loading function for additional chunks
130
+ /******/ __webpack_require__.e = (chunkId) => {
131
+ /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
132
+ /******/ __webpack_require__.f[key](chunkId, promises);
133
+ /******/ return promises;
134
+ /******/ }, []));
135
+ /******/ };
136
+ /******/ })();
137
+ /******/
138
+ /******/ /* webpack/runtime/get javascript chunk filename */
139
+ /******/ (() => {
140
+ /******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
141
+ /******/ __webpack_require__.u = (chunkId) => {
142
+ /******/ // return url for filenames based on template
143
+ /******/ return "" + chunkId + ".js";
144
+ /******/ };
145
+ /******/ })();
146
+ /******/
147
+ /******/ /* webpack/runtime/global */
148
+ /******/ (() => {
149
+ /******/ __webpack_require__.g = (function() {
150
+ /******/ if (typeof globalThis === 'object') return globalThis;
151
+ /******/ try {
152
+ /******/ return this || new Function('return this')();
153
+ /******/ } catch (e) {
154
+ /******/ if (typeof window === 'object') return window;
155
+ /******/ }
156
+ /******/ })();
157
+ /******/ })();
158
+ /******/
159
+ /******/ /* webpack/runtime/harmony module decorator */
160
+ /******/ (() => {
161
+ /******/ __webpack_require__.hmd = (module) => {
162
+ /******/ module = Object.create(module);
163
+ /******/ if (!module.children) module.children = [];
164
+ /******/ Object.defineProperty(module, 'exports', {
165
+ /******/ enumerable: true,
166
+ /******/ set: () => {
167
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
168
+ /******/ }
169
+ /******/ });
170
+ /******/ return module;
171
+ /******/ };
172
+ /******/ })();
173
+ /******/
174
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
175
+ /******/ (() => {
176
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
177
+ /******/ })();
178
+ /******/
179
+ /******/ /* webpack/runtime/make namespace object */
180
+ /******/ (() => {
181
+ /******/ // define __esModule on exports
182
+ /******/ __webpack_require__.r = (exports) => {
183
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
184
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
185
+ /******/ }
186
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
187
+ /******/ };
188
+ /******/ })();
189
+ /******/
190
+ /******/ /* webpack/runtime/node module decorator */
191
+ /******/ (() => {
192
+ /******/ __webpack_require__.nmd = (module) => {
193
+ /******/ module.paths = [];
194
+ /******/ if (!module.children) module.children = [];
195
+ /******/ return module;
196
+ /******/ };
197
+ /******/ })();
198
+ /******/
199
+ /******/ /* webpack/runtime/publicPath */
200
+ /******/ (() => {
201
+ /******/ var scriptUrl;
202
+ /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
203
+ /******/ var document = __webpack_require__.g.document;
204
+ /******/ if (!scriptUrl && document) {
205
+ /******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
206
+ /******/ scriptUrl = document.currentScript.src;
207
+ /******/ if (!scriptUrl) {
208
+ /******/ var scripts = document.getElementsByTagName("script");
209
+ /******/ if(scripts.length) {
210
+ /******/ var i = scripts.length - 1;
211
+ /******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
212
+ /******/ }
213
+ /******/ }
214
+ /******/ }
215
+ /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
216
+ /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
217
+ /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
218
+ /******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
219
+ /******/ __webpack_require__.p = scriptUrl;
220
+ /******/ })();
221
+ /******/
222
+ /******/ /* webpack/runtime/importScripts chunk loading */
223
+ /******/ (() => {
224
+ /******/ __webpack_require__.b = self.location + "";
225
+ /******/
226
+ /******/ // object to store loaded chunks
227
+ /******/ // "1" means "already loaded"
228
+ /******/ var installedChunks = {
229
+ /******/ "_d4c0": 1
230
+ /******/ };
231
+ /******/
232
+ /******/ // importScripts chunk loading
233
+ /******/ var installChunk = (data) => {
234
+ /******/ var [chunkIds, moreModules, runtime] = data;
235
+ /******/ for(var moduleId in moreModules) {
236
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
237
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
238
+ /******/ }
239
+ /******/ }
240
+ /******/ if(runtime) runtime(__webpack_require__);
241
+ /******/ while(chunkIds.length)
242
+ /******/ installedChunks[chunkIds.pop()] = 1;
243
+ /******/ parentChunkLoadingFunction(data);
244
+ /******/ };
245
+ /******/ __webpack_require__.f.i = (chunkId, promises) => {
246
+ /******/ // "1" is the signal for "already loaded"
247
+ /******/ if(!installedChunks[chunkId]) {
248
+ /******/ if(true) { // all chunks have JS
249
+ /******/ importScripts(__webpack_require__.p + __webpack_require__.u(chunkId));
250
+ /******/ }
251
+ /******/ }
252
+ /******/ };
253
+ /******/
254
+ /******/ var chunkLoadingGlobal = self["webpackChunkeda"] = self["webpackChunkeda"] || [];
255
+ /******/ var parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);
256
+ /******/ chunkLoadingGlobal.push = installChunk;
257
+ /******/
258
+ /******/ // no HMR
259
+ /******/
260
+ /******/ // no HMR manifest
261
+ /******/ })();
262
+ /******/
263
+ /******/ /* webpack/runtime/startup chunk dependencies */
264
+ /******/ (() => {
265
+ /******/ var next = __webpack_require__.x;
266
+ /******/ __webpack_require__.x = () => {
267
+ /******/ return Promise.all(["vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2","vendors-node_modules_ml-matrix_matrix_mjs","vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f","vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js","vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0"].map(__webpack_require__.e, __webpack_require__)).then(next);
268
+ /******/ };
269
+ /******/ })();
270
+ /******/
271
+ /************************************************************************/
272
+ /******/
273
+ /******/ // run startup
274
+ /******/ var __webpack_exports__ = __webpack_require__.x();
275
+ /******/ eda = __webpack_exports__;
276
+ /******/
277
+ /******/ })()
278
+ ;
279
+ //# sourceMappingURL=_d4c0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_d4c0.js","mappings":";;;;;;;;;;AAAA,e;;;;;;UCAA;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;WACA;WACA,E;;;;;WCFA,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;WACA,iCAAiC,WAAW;WAC5C;WACA,E;;;;;WCPA;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,E;;;;;WCJA;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/ignored|/home/runner/work/public/public/packages/EDA/node_modules/seedrandom|crypto","webpack://eda/webpack/bootstrap","webpack://eda/webpack/runtime/amd define","webpack://eda/webpack/runtime/amd options","webpack://eda/webpack/runtime/chunk loaded","webpack://eda/webpack/runtime/compat get default export","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/node module decorator","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":["/* (ignored) */","// 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].call(module.exports, 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, [\"vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2\",\"vendors-node_modules_ml-matrix_matrix_mjs\",\"vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f\",\"vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js\",\"vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0\"], () => (__webpack_require__(\"./node_modules/@datagrok-libraries/ml/src/multi-column-dimensionality-reduction/mulit-column-dim-reducer-worker.js\")))\n\t__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n\treturn __webpack_exports__;\n};\n\n","__webpack_require__.amdD = function () {\n\tthrow new Error('define cannot be used indirect');\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};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\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};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\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\"_d4c0\": 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 Promise.all([\"vendors-node_modules_datagrok-libraries_ml_src_distance-matrix_utils_js-node_modules_datagrok-72c7b2\",\"vendors-node_modules_ml-matrix_matrix_mjs\",\"vendors-node_modules_datagrok-libraries_math_src_webGPU_sparse-matrix_webGPU-sparse-matrix_js-07693f\",\"vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js\",\"vendors-node_modules_datagrok-libraries_ml_src_multi-column-dimensionality-reduction_mulit-co-3800a0\"].map(__webpack_require__.e, __webpack_require__)).then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":[],"sourceRoot":""}
@@ -0,0 +1,279 @@
1
+ var eda;
2
+ /******/ (() => { // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ var __webpack_modules__ = ({
5
+
6
+ /***/ "./node_modules/@datagrok-libraries/math/src/dbscan/wasm/clustering-worker.js":
7
+ /*!************************************************************************************!*\
8
+ !*** ./node_modules/@datagrok-libraries/math/src/dbscan/wasm/clustering-worker.js ***!
9
+ \************************************************************************************/
10
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11
+
12
+ __webpack_require__.r(__webpack_exports__);
13
+ /* harmony import */ var _dbscan__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dbscan */ "./node_modules/@datagrok-libraries/math/src/dbscan/wasm/dbscan.js");
14
+ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
15
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
16
+ return new (P || (P = Promise))(function (resolve, reject) {
17
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
19
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
20
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21
+ });
22
+ };
23
+
24
+ onmessage = (event) => {
25
+ const { embedX, embedY, epsilon, minPts } = event.data;
26
+ const data = {};
27
+ (() => __awaiter(void 0, void 0, void 0, function* () {
28
+ try {
29
+ const clusters = yield (0,_dbscan__WEBPACK_IMPORTED_MODULE_0__.dbscan)(embedX, embedY, epsilon, minPts);
30
+ data.clusters = clusters;
31
+ postMessage(data);
32
+ }
33
+ catch (e) {
34
+ data.error = e;
35
+ postMessage(data);
36
+ }
37
+ }))();
38
+ };
39
+ //# sourceMappingURL=clustering-worker.js.map
40
+
41
+ /***/ })
42
+
43
+ /******/ });
44
+ /************************************************************************/
45
+ /******/ // The module cache
46
+ /******/ var __webpack_module_cache__ = {};
47
+ /******/
48
+ /******/ // The require function
49
+ /******/ function __webpack_require__(moduleId) {
50
+ /******/ // Check if module is in cache
51
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
52
+ /******/ if (cachedModule !== undefined) {
53
+ /******/ return cachedModule.exports;
54
+ /******/ }
55
+ /******/ // Create a new module (and put it into the cache)
56
+ /******/ var module = __webpack_module_cache__[moduleId] = {
57
+ /******/ id: moduleId,
58
+ /******/ loaded: false,
59
+ /******/ exports: {}
60
+ /******/ };
61
+ /******/
62
+ /******/ // Execute the module function
63
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
64
+ /******/
65
+ /******/ // Flag the module as loaded
66
+ /******/ module.loaded = true;
67
+ /******/
68
+ /******/ // Return the exports of the module
69
+ /******/ return module.exports;
70
+ /******/ }
71
+ /******/
72
+ /******/ // expose the modules object (__webpack_modules__)
73
+ /******/ __webpack_require__.m = __webpack_modules__;
74
+ /******/
75
+ /******/ // the startup function
76
+ /******/ __webpack_require__.x = () => {
77
+ /******/ // Load entry module and return exports
78
+ /******/ // This entry module depends on other loaded chunks and execution need to be delayed
79
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js"], () => (__webpack_require__("./node_modules/@datagrok-libraries/math/src/dbscan/wasm/clustering-worker.js")))
80
+ /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
81
+ /******/ return __webpack_exports__;
82
+ /******/ };
83
+ /******/
84
+ /************************************************************************/
85
+ /******/ /* webpack/runtime/amd options */
86
+ /******/ (() => {
87
+ /******/ __webpack_require__.amdO = {};
88
+ /******/ })();
89
+ /******/
90
+ /******/ /* webpack/runtime/chunk loaded */
91
+ /******/ (() => {
92
+ /******/ var deferred = [];
93
+ /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
94
+ /******/ if(chunkIds) {
95
+ /******/ priority = priority || 0;
96
+ /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
97
+ /******/ deferred[i] = [chunkIds, fn, priority];
98
+ /******/ return;
99
+ /******/ }
100
+ /******/ var notFulfilled = Infinity;
101
+ /******/ for (var i = 0; i < deferred.length; i++) {
102
+ /******/ var [chunkIds, fn, priority] = deferred[i];
103
+ /******/ var fulfilled = true;
104
+ /******/ for (var j = 0; j < chunkIds.length; j++) {
105
+ /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
106
+ /******/ chunkIds.splice(j--, 1);
107
+ /******/ } else {
108
+ /******/ fulfilled = false;
109
+ /******/ if(priority < notFulfilled) notFulfilled = priority;
110
+ /******/ }
111
+ /******/ }
112
+ /******/ if(fulfilled) {
113
+ /******/ deferred.splice(i--, 1)
114
+ /******/ var r = fn();
115
+ /******/ if (r !== undefined) result = r;
116
+ /******/ }
117
+ /******/ }
118
+ /******/ return result;
119
+ /******/ };
120
+ /******/ })();
121
+ /******/
122
+ /******/ /* webpack/runtime/define property getters */
123
+ /******/ (() => {
124
+ /******/ // define getter functions for harmony exports
125
+ /******/ __webpack_require__.d = (exports, definition) => {
126
+ /******/ for(var key in definition) {
127
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
128
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
129
+ /******/ }
130
+ /******/ }
131
+ /******/ };
132
+ /******/ })();
133
+ /******/
134
+ /******/ /* webpack/runtime/ensure chunk */
135
+ /******/ (() => {
136
+ /******/ __webpack_require__.f = {};
137
+ /******/ // This file contains only the entry chunk.
138
+ /******/ // The chunk loading function for additional chunks
139
+ /******/ __webpack_require__.e = (chunkId) => {
140
+ /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
141
+ /******/ __webpack_require__.f[key](chunkId, promises);
142
+ /******/ return promises;
143
+ /******/ }, []));
144
+ /******/ };
145
+ /******/ })();
146
+ /******/
147
+ /******/ /* webpack/runtime/get javascript chunk filename */
148
+ /******/ (() => {
149
+ /******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
150
+ /******/ __webpack_require__.u = (chunkId) => {
151
+ /******/ // return url for filenames based on template
152
+ /******/ return "" + chunkId + ".js";
153
+ /******/ };
154
+ /******/ })();
155
+ /******/
156
+ /******/ /* webpack/runtime/global */
157
+ /******/ (() => {
158
+ /******/ __webpack_require__.g = (function() {
159
+ /******/ if (typeof globalThis === 'object') return globalThis;
160
+ /******/ try {
161
+ /******/ return this || new Function('return this')();
162
+ /******/ } catch (e) {
163
+ /******/ if (typeof window === 'object') return window;
164
+ /******/ }
165
+ /******/ })();
166
+ /******/ })();
167
+ /******/
168
+ /******/ /* webpack/runtime/harmony module decorator */
169
+ /******/ (() => {
170
+ /******/ __webpack_require__.hmd = (module) => {
171
+ /******/ module = Object.create(module);
172
+ /******/ if (!module.children) module.children = [];
173
+ /******/ Object.defineProperty(module, 'exports', {
174
+ /******/ enumerable: true,
175
+ /******/ set: () => {
176
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
177
+ /******/ }
178
+ /******/ });
179
+ /******/ return module;
180
+ /******/ };
181
+ /******/ })();
182
+ /******/
183
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
184
+ /******/ (() => {
185
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
186
+ /******/ })();
187
+ /******/
188
+ /******/ /* webpack/runtime/make namespace object */
189
+ /******/ (() => {
190
+ /******/ // define __esModule on exports
191
+ /******/ __webpack_require__.r = (exports) => {
192
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
193
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
194
+ /******/ }
195
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
196
+ /******/ };
197
+ /******/ })();
198
+ /******/
199
+ /******/ /* webpack/runtime/publicPath */
200
+ /******/ (() => {
201
+ /******/ var scriptUrl;
202
+ /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
203
+ /******/ var document = __webpack_require__.g.document;
204
+ /******/ if (!scriptUrl && document) {
205
+ /******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
206
+ /******/ scriptUrl = document.currentScript.src;
207
+ /******/ if (!scriptUrl) {
208
+ /******/ var scripts = document.getElementsByTagName("script");
209
+ /******/ if(scripts.length) {
210
+ /******/ var i = scripts.length - 1;
211
+ /******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
212
+ /******/ }
213
+ /******/ }
214
+ /******/ }
215
+ /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
216
+ /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
217
+ /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
218
+ /******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
219
+ /******/ __webpack_require__.p = scriptUrl;
220
+ /******/ })();
221
+ /******/
222
+ /******/ /* webpack/runtime/importScripts chunk loading */
223
+ /******/ (() => {
224
+ /******/ __webpack_require__.b = self.location + "";
225
+ /******/
226
+ /******/ // object to store loaded chunks
227
+ /******/ // "1" means "already loaded"
228
+ /******/ var installedChunks = {
229
+ /******/ "node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js": 1
230
+ /******/ };
231
+ /******/
232
+ /******/ // importScripts chunk loading
233
+ /******/ var installChunk = (data) => {
234
+ /******/ var [chunkIds, moreModules, runtime] = data;
235
+ /******/ for(var moduleId in moreModules) {
236
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
237
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
238
+ /******/ }
239
+ /******/ }
240
+ /******/ if(runtime) runtime(__webpack_require__);
241
+ /******/ while(chunkIds.length)
242
+ /******/ installedChunks[chunkIds.pop()] = 1;
243
+ /******/ parentChunkLoadingFunction(data);
244
+ /******/ };
245
+ /******/ __webpack_require__.f.i = (chunkId, promises) => {
246
+ /******/ // "1" is the signal for "already loaded"
247
+ /******/ if(!installedChunks[chunkId]) {
248
+ /******/ if(true) { // all chunks have JS
249
+ /******/ importScripts(__webpack_require__.p + __webpack_require__.u(chunkId));
250
+ /******/ }
251
+ /******/ }
252
+ /******/ };
253
+ /******/
254
+ /******/ var chunkLoadingGlobal = self["webpackChunkeda"] = self["webpackChunkeda"] || [];
255
+ /******/ var parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);
256
+ /******/ chunkLoadingGlobal.push = installChunk;
257
+ /******/
258
+ /******/ // no HMR
259
+ /******/
260
+ /******/ // no HMR manifest
261
+ /******/ })();
262
+ /******/
263
+ /******/ /* webpack/runtime/startup chunk dependencies */
264
+ /******/ (() => {
265
+ /******/ var next = __webpack_require__.x;
266
+ /******/ __webpack_require__.x = () => {
267
+ /******/ return __webpack_require__.e("vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js").then(next);
268
+ /******/ };
269
+ /******/ })();
270
+ /******/
271
+ /************************************************************************/
272
+ /******/
273
+ /******/ // run startup
274
+ /******/ var __webpack_exports__ = __webpack_require__.x();
275
+ /******/ eda = __webpack_exports__;
276
+ /******/
277
+ /******/ })()
278
+ ;
279
+ //# sourceMappingURL=node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_js.js","mappings":";;;;;;;;;;;;;AAAA,iBAAiB,SAAI,IAAI,SAAI;AAC7B,4BAA4B,+DAA+D,iBAAiB;AAC5G;AACA,oCAAoC,MAAM,+BAA+B,YAAY;AACrF,mCAAmC,MAAM,mCAAmC,YAAY;AACxF,gCAAgC;AAChC;AACA,KAAK;AACL;AACkC;AAClC;AACA,YAAY,kCAAkC;AAC9C;AACA;AACA;AACA,mCAAmC,+CAAM;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,6C;;;;;;UCzBA;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/./node_modules/@datagrok-libraries/math/src/dbscan/wasm/clustering-worker.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":["var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nimport { dbscan } from './dbscan';\nonmessage = (event) => {\n const { embedX, embedY, epsilon, minPts } = event.data;\n const data = {};\n (() => __awaiter(void 0, void 0, void 0, function* () {\n try {\n const clusters = yield dbscan(embedX, embedY, epsilon, minPts);\n data.clusters = clusters;\n postMessage(data);\n }\n catch (e) {\n data.error = e;\n postMessage(data);\n }\n }))();\n};\n//# sourceMappingURL=clustering-worker.js.map","// 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, [\"vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js\"], () => (__webpack_require__(\"./node_modules/@datagrok-libraries/math/src/dbscan/wasm/clustering-worker.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\"node_modules_datagrok-libraries_math_src_dbscan_wasm_clustering-worker_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(\"vendors-node_modules_datagrok-libraries_math_src_dbscan_wasm_dbscan_js\").then(next);\n};","","// run startup\nvar __webpack_exports__ = __webpack_require__.x();\n",""],"names":[],"sourceRoot":""}