khiops-visualization 11.7.0 → 11.8.1
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/3rdpartylicenses.txt +27 -2
- package/assets/i18n/en.json +5 -5
- package/index.html +1 -1
- package/khiops-webcomponents.bundle.js +3 -3
- package/main.js +1 -1
- package/package.json +1 -1
- package/polyfills.js +1 -1
- package/styles.css +1 -1
- package/styles.js +1 -1
package/3rdpartylicenses.txt
CHANGED
|
@@ -401,7 +401,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
401
401
|
SOFTWARE.
|
|
402
402
|
|
|
403
403
|
|
|
404
|
-
angular-resize-event
|
|
404
|
+
angular-resize-event-package
|
|
405
405
|
MIT
|
|
406
406
|
|
|
407
407
|
angular-split
|
|
@@ -1831,6 +1831,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1831
1831
|
SOFTWARE.
|
|
1832
1832
|
|
|
1833
1833
|
|
|
1834
|
+
fastest-json-copy
|
|
1835
|
+
MIT
|
|
1836
|
+
MIT License
|
|
1837
|
+
|
|
1838
|
+
Copyright (c) 2020 Vadim @streamich Dalecky
|
|
1839
|
+
|
|
1840
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1841
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1842
|
+
in the Software without restriction, including without limitation the rights
|
|
1843
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1844
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1845
|
+
furnished to do so, subject to the following conditions:
|
|
1846
|
+
|
|
1847
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1848
|
+
copies or substantial portions of the Software.
|
|
1849
|
+
|
|
1850
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1851
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1852
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1853
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1854
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1855
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1856
|
+
SOFTWARE.
|
|
1857
|
+
|
|
1858
|
+
|
|
1834
1859
|
file-saver
|
|
1835
1860
|
MIT
|
|
1836
1861
|
The MIT License
|
|
@@ -2876,7 +2901,7 @@ zone.js
|
|
|
2876
2901
|
MIT
|
|
2877
2902
|
The MIT License
|
|
2878
2903
|
|
|
2879
|
-
Copyright (c) 2010-
|
|
2904
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
2880
2905
|
|
|
2881
2906
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2882
2907
|
of this software and associated documentation files (the "Software"), to deal
|
package/assets/i18n/en.json
CHANGED
|
@@ -290,12 +290,12 @@
|
|
|
290
290
|
"TOOLTIPS": {
|
|
291
291
|
"TABS": {
|
|
292
292
|
"PROJECT": "Project: list of output analysis files",
|
|
293
|
-
"PREPARATION": "Preparation:
|
|
294
|
-
"PREPARATION_2D": "Preparation 2d",
|
|
293
|
+
"PREPARATION": "Preparation: univariate data analysis on the train database",
|
|
294
|
+
"PREPARATION_2D": "Preparation 2d: Bivariate data analysis",
|
|
295
295
|
"MODELING": "Modeling: description of SNB model",
|
|
296
296
|
"EVALUATION": "Evaluation: evaluation of the predictors on databases (train, test and others)",
|
|
297
|
-
"TEXT_PREPARATION": "Text Preparation",
|
|
298
|
-
"TREE_PREPARATION": "Tree
|
|
297
|
+
"TEXT_PREPARATION": "Text Preparation: Constructed text features analysis",
|
|
298
|
+
"TREE_PREPARATION": "Tree preparation: Tree variables analysis",
|
|
299
299
|
"AXIS": "Axis",
|
|
300
300
|
"CONTEXT": "Context"
|
|
301
301
|
},
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"RANK": "Rank of the variable, sorted by decreasing Level",
|
|
330
330
|
"NAME": "Name of the variable",
|
|
331
331
|
"LEVEL": "Evaluation of the predictive importance of the variable. The Level is a value between 0 (variable without predictive interest) and 1 (variable with optimal predictive importance).",
|
|
332
|
-
"TARGET_PARTS": "",
|
|
332
|
+
"TARGET_PARTS": "Number of part resulting from the grouping preprocessing of the target variable",
|
|
333
333
|
"PARTS": "Number of parts resulting from the grouping preprocessing of the variable.",
|
|
334
334
|
"VALUES": "Number of initial values of the variable.",
|
|
335
335
|
"MODE": "Most frequent initial value.",
|
package/index.html
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<title>Khiops Visualization</title>
|
|
6
6
|
<base href="/">
|
|
7
|
-
<style>html{color-scheme:light dark
|
|
7
|
+
<style>html{color-scheme:light dark;--mat-sys-background:light-dark(#ffffff, );--mat-sys-error:light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container:light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface:light-dark(#ffffff, #000000);--mat-sys-inverse-primary:light-dark(#ffffff, #000000);--mat-sys-inverse-surface:light-dark(#000000, #ffffff);--mat-sys-on-background:light-dark(#000000, #ffffff);--mat-sys-on-error:light-dark(#ffffff, #690005);--mat-sys-on-error-container:light-dark(#93000a, #ffdad6);--mat-sys-on-primary:light-dark(#ffffff, #000000);--mat-sys-on-primary-container:light-dark(#000000, #ffffff);--mat-sys-on-primary-fixed:light-dark(#000000, #000000);--mat-sys-on-primary-fixed-variant:light-dark(#000000, #000000);--mat-sys-on-secondary:light-dark(#ffffff, #000000);--mat-sys-on-secondary-container:light-dark(#000000, #ffffff);--mat-sys-on-secondary-fixed:light-dark(#000000, #000000);--mat-sys-on-secondary-fixed-variant:light-dark(#000000, #000000);--mat-sys-on-surface:light-dark(#000000, #ffffff);--mat-sys-on-surface-variant:light-dark(#000000, #ffffff);--mat-sys-on-tertiary:light-dark(#ffffff, #000000);--mat-sys-on-tertiary-container:light-dark(#000000, #ffffff);--mat-sys-on-tertiary-fixed:light-dark(#000000, #000000);--mat-sys-on-tertiary-fixed-variant:light-dark(#000000, #000000);--mat-sys-outline:light-dark(#000000, #ffffff);--mat-sys-outline-variant:light-dark(#ffffff, #000000);--mat-sys-primary:light-dark(#000000, #ffffff);--mat-sys-primary-container:light-dark(#ffffff, #000000);--mat-sys-primary-fixed:light-dark(#ffffff, #ffffff);--mat-sys-primary-fixed-dim:light-dark(#ffffff, #ffffff);--mat-sys-scrim:light-dark(#000000, #000000);--mat-sys-secondary:light-dark(#000000, #ffffff);--mat-sys-secondary-container:light-dark(#ffffff, #000000);--mat-sys-secondary-fixed:light-dark(#ffffff, #ffffff);--mat-sys-secondary-fixed-dim:light-dark(#ffffff, #ffffff);--mat-sys-shadow:light-dark(#000000, #000000);--mat-sys-surface:light-dark(#ffffff, );--mat-sys-surface-bright:light-dark(#ffffff, );--mat-sys-surface-container:light-dark(, );--mat-sys-surface-container-high:light-dark(, );--mat-sys-surface-container-highest:light-dark(#ffffff, );--mat-sys-surface-container-low:light-dark(, #000000);--mat-sys-surface-container-lowest:light-dark(#ffffff, );--mat-sys-surface-dim:light-dark(, );--mat-sys-surface-tint:light-dark(#000000, #ffffff);--mat-sys-surface-variant:light-dark(#ffffff, #000000);--mat-sys-tertiary:light-dark(#000000, #ffffff);--mat-sys-tertiary-container:light-dark(#ffffff, #000000);--mat-sys-tertiary-fixed:light-dark(#ffffff, #ffffff);--mat-sys-tertiary-fixed-dim:light-dark(#ffffff, #ffffff);--mat-sys-neutral-variant20:#000000;--mat-sys-neutral10:#000000;--mat-sys-level0:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2:0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large:400 1rem / 1.5rem Roboto;--mat-sys-body-large-font:Roboto;--mat-sys-body-large-line-height:1.5rem;--mat-sys-body-large-size:1rem;--mat-sys-body-large-tracking:.031rem;--mat-sys-body-large-weight:400;--mat-sys-body-medium:400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font:Roboto;--mat-sys-body-medium-line-height:1.25rem;--mat-sys-body-medium-size:.875rem;--mat-sys-body-medium-tracking:.016rem;--mat-sys-body-medium-weight:400;--mat-sys-body-small:400 .75rem / 1rem Roboto;--mat-sys-body-small-font:Roboto;--mat-sys-body-small-line-height:1rem;--mat-sys-body-small-size:.75rem;--mat-sys-body-small-tracking:.025rem;--mat-sys-body-small-weight:400;--mat-sys-display-large:400 3.562rem / 4rem Roboto;--mat-sys-display-large-font:Roboto;--mat-sys-display-large-line-height:4rem;--mat-sys-display-large-size:3.562rem;--mat-sys-display-large-tracking:-.016rem;--mat-sys-display-large-weight:400;--mat-sys-display-medium:400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font:Roboto;--mat-sys-display-medium-line-height:3.25rem;--mat-sys-display-medium-size:2.812rem;--mat-sys-display-medium-tracking:0;--mat-sys-display-medium-weight:400;--mat-sys-display-small:400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font:Roboto;--mat-sys-display-small-line-height:2.75rem;--mat-sys-display-small-size:2.25rem;--mat-sys-display-small-tracking:0;--mat-sys-display-small-weight:400;--mat-sys-headline-large:400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font:Roboto;--mat-sys-headline-large-line-height:2.5rem;--mat-sys-headline-large-size:2rem;--mat-sys-headline-large-tracking:0;--mat-sys-headline-large-weight:400;--mat-sys-headline-medium:400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font:Roboto;--mat-sys-headline-medium-line-height:2.25rem;--mat-sys-headline-medium-size:1.75rem;--mat-sys-headline-medium-tracking:0;--mat-sys-headline-medium-weight:400;--mat-sys-headline-small:400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font:Roboto;--mat-sys-headline-small-line-height:2rem;--mat-sys-headline-small-size:1.5rem;--mat-sys-headline-small-tracking:0;--mat-sys-headline-small-weight:400;--mat-sys-label-large:500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font:Roboto;--mat-sys-label-large-line-height:1.25rem;--mat-sys-label-large-size:.875rem;--mat-sys-label-large-tracking:.006rem;--mat-sys-label-large-weight:500;--mat-sys-label-large-weight-prominent:700;--mat-sys-label-medium:500 .75rem / 1rem Roboto;--mat-sys-label-medium-font:Roboto;--mat-sys-label-medium-line-height:1rem;--mat-sys-label-medium-size:.75rem;--mat-sys-label-medium-tracking:.031rem;--mat-sys-label-medium-weight:500;--mat-sys-label-medium-weight-prominent:700;--mat-sys-label-small:500 .688rem / 1rem Roboto;--mat-sys-label-small-font:Roboto;--mat-sys-label-small-line-height:1rem;--mat-sys-label-small-size:.688rem;--mat-sys-label-small-tracking:.031rem;--mat-sys-label-small-weight:500;--mat-sys-title-large:400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font:Roboto;--mat-sys-title-large-line-height:1.75rem;--mat-sys-title-large-size:1.375rem;--mat-sys-title-large-tracking:0;--mat-sys-title-large-weight:400;--mat-sys-title-medium:500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font:Roboto;--mat-sys-title-medium-line-height:1.5rem;--mat-sys-title-medium-size:1rem;--mat-sys-title-medium-tracking:.009rem;--mat-sys-title-medium-weight:500;--mat-sys-title-small:500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font:Roboto;--mat-sys-title-small-line-height:1.25rem;--mat-sys-title-small-size:.875rem;--mat-sys-title-small-tracking:.006rem;--mat-sys-title-small-weight:500;--mat-sys-corner-extra-large:28px;--mat-sys-corner-extra-large-top:28px 28px 0 0;--mat-sys-corner-extra-small:4px;--mat-sys-corner-extra-small-top:4px 4px 0 0;--mat-sys-corner-full:9999px;--mat-sys-corner-large:16px;--mat-sys-corner-large-end:0 16px 16px 0;--mat-sys-corner-large-start:16px 0 0 16px;--mat-sys-corner-large-top:16px 16px 0 0;--mat-sys-corner-medium:12px;--mat-sys-corner-none:0;--mat-sys-corner-small:8px;--mat-sys-dragged-state-layer-opacity:.16;--mat-sys-focus-state-layer-opacity:.12;--mat-sys-hover-state-layer-opacity:.08;--mat-sys-pressed-state-layer-opacity:.12}:root{--mat-slider-inactive-track-color:var(--bgColor-50);--mat-progress-spinner-active-indicator-color:var(--selected)}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
8
8
|
<body><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
9
9
|
</html>
|