khiops-visualization 11.0.3

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/README.md ADDED
@@ -0,0 +1 @@
1
+ Khiops visualization & covisualization webcomponents
@@ -0,0 +1,468 @@
1
+ {
2
+ "TITLE": {
3
+ "PROJECT": "Project",
4
+ "PREPARATION": "Preparation",
5
+ "TEXT_PREPARATION": "Text preparation",
6
+ "TREE_PREPARATION": "Tree preparation",
7
+ "PREPARATION_2D": "Preparation 2D",
8
+ "MODELING": "Modeling",
9
+ "EVALUATION": "Evaluation",
10
+ "AXIS": "Axis",
11
+ "CONTEXT": "Context"
12
+ },
13
+ "UPDATE": {
14
+ "UPDATE_AVAILABLE": "Update available",
15
+ "DOWNLOAD_COMPLETE": "Downloaded",
16
+ "DOWNLOADING": "Downloading",
17
+ "WAITING_FOR_DOWNLOAD": "Waiting"
18
+ },
19
+ "MENU": {
20
+ "FILE": "File",
21
+ "EXIT": "Exit",
22
+ "TOOLS": "Tools",
23
+ "HELP": "Help",
24
+ "VIEW": "View",
25
+ "REPORT_A_BUG": "Report a bug",
26
+ "DEBUG_TOOLS": "Debug tools",
27
+ "INFOS": "Infos",
28
+ "OPEN": "Open",
29
+ "SAVE": "Save",
30
+ "SAVE_AS": "Save as",
31
+ "SAVE_CURRENT_HIERARCHY_AS": "Save current hierarchy as",
32
+ "CLOSE_FILE": "Close file",
33
+ "EXTERNAL_DATA": "External data",
34
+ "IMPORT_EXTERNAL_DATA": "Import external data",
35
+ "RESTART_APP": "Restart",
36
+ "CHANNELS": "Channels",
37
+ "LATEST": "Stable version (Default)",
38
+ "BETA": "Beta versions"
39
+ },
40
+ "SNACKS": {
41
+ "OPEN_RELEASE_NOTES_ERROR": "Error retrieving release notes",
42
+ "SCREENSHOT_COPIED": "Screenshot copied to clipboard",
43
+ "COPY_ERROR": "Copy error",
44
+ "DATAS_COPIED": "Datas copied to clipboard",
45
+ "NO_AREA_SELECTED": "No area selected",
46
+ "EXIT": "Exit",
47
+ "TOOLS": "Tools",
48
+ "DEBUG_TOOLS": "Debug tools",
49
+ "INFOS": "Infos",
50
+ "OPEN": "Open",
51
+ "DATAS_LOADED": "Datas loaded",
52
+ "COLLIDING_FILE": "The coclustering model was built using data with both Ansi and Utf8 encodings. The display may be corrupted and not fully correspond to the model",
53
+ "OPEN_FILE_ERROR": "No data or file error !",
54
+ "SAVE_FILE_SUCCESS": "Save file success",
55
+ "NAME_CAN_NOT_BE_EMPTY": "Name can not be empty",
56
+ "TOO_MANY_VARIABLES": "Too many variables. Only the 1000 high levels are displayed.",
57
+ "SAVE_FILE_ERROR": "Save file error",
58
+ "DATAS_DELETED": "Datas deleted",
59
+ "UNFOLDED_DATAS_PERFORMANCE_WARNING": "Displayed datas have been automatically unfolded to {count} clusters for better performance"
60
+ },
61
+ "NO_DATAS": {
62
+ "DEFAULT": "No data",
63
+ "NO_PREDICTORS_DETAILS": "No predictors details.",
64
+ "NO_CORRELATION": "No Correlation.",
65
+ "NO_EXTERNAL_DATAS": "No external datas.",
66
+ "NO_VARIABLE_DETAILS": "No variable details.",
67
+ "NO_COMPOSITION_FOR_NUMERICAL": "No composition datas for numerical dimensions"
68
+ },
69
+ "SETTINGS": {
70
+ "NUMBER": "number",
71
+ "NUMBER_PRECISION": "Significant numbers precision",
72
+ "LIFT_CURVE_SMOOTH": "Line graph curve smooth",
73
+ "ONE_DATA_OUT_OF": "One data out of {count} displayed",
74
+ "N_VALUES_MAX": "{count} values maximum displayed",
75
+ "FONT_SIZE": "Interface font size",
76
+ "EXAMPLE": "Example",
77
+ "LOCAL_DATAS": "Local datas",
78
+ "CLEAR_DATA_INSTRUCTIONS": "Delete local cache in case of minor problem",
79
+ "CLEAR": "Clear"
80
+ },
81
+ "MATRIX_MODES": {
82
+ "MUTUAL_INFO": "I",
83
+ "CELL_INTEREST": "CI",
84
+ "PROB_CELL": "P",
85
+ "HELLINGER": "H",
86
+ "MUTUAL_INFO_TARGET_WITH_CELL": "I",
87
+ "PROB_TARGET_WITH_CELL": "P",
88
+ "PROB_CELL_REVERSE": "P",
89
+ "PROB_CELL_WITH_TARGET": "P",
90
+ "FREQUENCY": "F",
91
+ "FREQUENCY_CELL": "CF"
92
+ },
93
+ "COOKIE_CONSENT": {
94
+ "TITLE": "Cookies consent",
95
+ "MESSAGE": "Allow this application to use cookies for usage statistics purposes only?",
96
+ "ALLOW": "Ok"
97
+ },
98
+ "GLOBAL": {
99
+ "OPEN_FULLSCREEN": "Open in fullscreen",
100
+ "CLOSE_FULLSCREEN": "Close fullscreen",
101
+ "DEFAULT_GROUP_INDEX": "Default group index",
102
+ "CELL_STATS": "Cell stats",
103
+ "LOADED": "loaded",
104
+ "LOADING": "Loading",
105
+ "DISPLAY_LEAF_SIZES_BY_POPULATION": "Display leaf sizes by population",
106
+ "DISPLAY_PURITY_BY_OPACITY": "Display purity by opacity",
107
+ "HYPER_TREE": "Hyper tree visualization",
108
+ "PURITY": "Purity",
109
+ "LEAF_INFOS": "Leaf infos",
110
+ "LEAF_RULES": "Leaf rules",
111
+ "CONDITIONAL_ON_CONTEXT": "Conditional on context",
112
+ "LOGS": "Logs",
113
+ "TOO_MANY_VALUES": "Too many values. Only the 200 first are displayed.",
114
+ "NODES_SELECTION_DETAILS": "Selection details",
115
+ "DECISION_TREE": "Decision tree",
116
+ "LIB_VERSION": "Khiops lib version",
117
+ "FILES": "files",
118
+ "ENABLE_BETA_VERSIONS": "Are you sure to enable Beta versions ?",
119
+ "BETA_VERSIONS_WARNING": "Warning: Beta versions are not stable and may contain bugs.",
120
+ "CONFIRM": "Confirm",
121
+ "SAMPLE_PERCENTAGE": "Sample percentage",
122
+ "SAMPLING_MODE": "Sampling mode",
123
+ "SELECTION_VARIABLE": "Selection variable",
124
+ "SELECTION_VALUE": "Selection value",
125
+ "SHORT_DESCRIPTION": "Short description",
126
+ "SELECTED_CLUSTERS": "Selected clusters",
127
+ "FIT_COLUMNS_TO_SPACE": "Fit columns to available space",
128
+ "FIT_COLUMNS_TO_CONTENT": "Fit columns to content",
129
+ "FILTER_COLUMS": "Filter columns",
130
+ "BIG_FILES_LOADING_WARNING": "Loading very large reports may take more than a minute ...",
131
+ "OK": "Ok",
132
+ "OVER": "over",
133
+ "TOGGLE_ZERO": "Show / Hide zeros exceptions",
134
+ "TYPE_ANNOTATION": "Type an annotation",
135
+ "STATISTICS": "Statistics",
136
+ "INTERVAL": "Interval",
137
+ "INTERVALS": "Intervals",
138
+ "DIMENSIONS": "Dimensions",
139
+ "ANNOTATION": "Annotation",
140
+ "DISTRIBUTION": "Distribution",
141
+ "VIEWS_MANAGER": "Views manager",
142
+ "COMPOSITION": "Composition",
143
+ "COMPOSITION_OF": "Composition of",
144
+ "ANNOTATION_OF": "Annotation of {name}",
145
+ "EXTERNAL_DATA_OF": "External data of {value}",
146
+ "CURRENT_CLUSTERS": "Current clusters",
147
+ "HIERARCHY": "Hierarchy",
148
+ "MATRIX_DEFAULT_CONTRAST": "Matrix default contrast",
149
+ "TARGET_VALUES": "Target values",
150
+ "TARGET": "Target",
151
+ "INFORMATIONS": "Informations",
152
+ "INFORMATION": "Information",
153
+ "INFORMATION_RATE": "Information rate",
154
+ "SUMMARY": "Summary",
155
+ "LOADING_FILE": "Loading file",
156
+ "LOAD_DEFAULT_FILE": "load default file",
157
+ "LOAD_FILE_FROM_MENU": "or load a file from menu",
158
+ "DICTIONARY": "Dictionary",
159
+ "DATABASE": "Database",
160
+ "TARGET_VARIABLE": "Target variable",
161
+ "TARGET_VARIABLE_STATS": "Target variable stats",
162
+ "INSTANCES": "Instances",
163
+ "EVALUATED_VARIABLES": "Evaluated variables",
164
+ "CONSTRUCTED_VARIABLES": "Constructed variables",
165
+ "INFORMATIVE_VARIABLES": "Informative variables",
166
+ "DISCRETIZATION": "Discretization",
167
+ "VALUE_GROUPING": "Value grouping",
168
+ "VARIABLES": "Variables",
169
+ "DELTA_LEVEL_DISTRIBUTION": "Delta level distribution",
170
+ "LEVEL_DISTRIBUTION": "Level distribution",
171
+ "LEVEL": "Level",
172
+ "SEARCH": "Search",
173
+ "LEARNING_TASK": "Learning task",
174
+ "COPY_DATAS": "Copy data (ctrl + D)",
175
+ "COPY_IMAGE": "Copy image (ctrl + C)",
176
+ "CLIENT_VERSION": "Client application version",
177
+ "VERSION": "Version",
178
+ "NAME": "Name",
179
+ "DERIVATION_RULE": "Derivation rule",
180
+ "RELEASE_NOTES": "What's new ?",
181
+ "BETA": "Beta",
182
+ "CURRENT_INTERVAL": "Current interval",
183
+ "CURRENT_GROUP": "Current group",
184
+ "OF": "of",
185
+ "LIFT": "Lift",
186
+ "COVERAGE": "Coverage",
187
+ "FREQUENCY": "Frequency",
188
+ "PROBABILITIES": "Probabilities",
189
+ "VALUES": "Values",
190
+ "INTERNAL": "Internal",
191
+ "TARGET_DISTRIBUTION": "Target distribution",
192
+ "MISSING": "Missing",
193
+ "SCALE": "Scale chart",
194
+ "OPEN_FILE": "Open file",
195
+ "OR": "or",
196
+ "PROJECT_FILE": "Project file",
197
+ "COLUMNS": "Columns",
198
+ "LIMIT_GRAPH_DATAS": "Limit graph datas",
199
+ "LIMIT_GRAPH_DATAS_WARNING": "Datas are limited for visualization",
200
+ "TRAINED_PREDICTORS": "Trained predictors",
201
+ "SELECT_TRAINED_PREDICTOR": "Select trained predictor",
202
+ "VALUES_OF": "Values of ",
203
+ "INTERVAL_OF": "Interval of ",
204
+ "SELECT_ALL": "Select all",
205
+ "UNSELECT_ALL": "Unselect all",
206
+ "CONFUSION_MATRIX_OF": "Confusion matrix of {type}",
207
+ "TRUNCATED_DATAS": "({count} datas displayed in {total})",
208
+ "CUMULATIVE_GAIN_CHART_OF": "Cumulative gain chart of ",
209
+ "TYPE": "Type",
210
+ "EVALUATION_TYPE": "Evaluation type",
211
+ "LEGEND": "Legend",
212
+ "PREDICTOR_EVALUATIONS": "Predictor evaluations",
213
+ "RANDOM": "Random",
214
+ "POPULATION": "Population",
215
+ "TARGET_MODALITY": "Target Modality",
216
+ "RANK_ERROR": "Rank error",
217
+ "SETTINGS": "Settings",
218
+ "SAVE": "Save",
219
+ "CANCEL": "Cancel",
220
+ "FILTER_CURVES": "Filter curves",
221
+ "REC_CURVES": "REC Curves",
222
+ "MATRIX": "Matrix",
223
+ "CELLS": "Cells",
224
+ "STANDARD": "Standard",
225
+ "INVERT_AXIS": "Invert axis",
226
+ "COOCURENCE": "Co-occurrence",
227
+ "CELLS_OF": "Cells of",
228
+ "TARGET_DISTRIBUTION_OF_CELL": "Target distribution of cell",
229
+ "MANAGE_VIEWS": "Manage views",
230
+ "MANAGE_VIEWS_DESC": "Add or remove different views on each dimension",
231
+ "UNFOLD_HIERARCHY": "Unfold hierarchy",
232
+ "UNFOLD_HIERARCHY_DESC": "Select automatically the best unfolding",
233
+ "TOTAL_NUMBER_OF_CLUSTERS": "Total number of clusters",
234
+ "NB_OF_CLUSTERS_PER_DIM": "Nb of clusters per dimension",
235
+ "INFORMATION_PER_CLUSTER": "Information per cluster",
236
+ "NON_INFORMATIVE_COCLUSTERING": "Non informative coclustering",
237
+ "NUMBER_OF_CLUSTERS": "Number of clusters",
238
+ "LOAD_DATAS": "Load datas",
239
+ "JOINT_KEY": "Join key",
240
+ "SEPARATOR": "Separator",
241
+ "EMPTY_HT_INSTRUCTIONS": "Empty for Horizontal Tabs",
242
+ "FIELDS_TO_IMPORT": "Fields to import",
243
+ "NO_DIMENSION_SELECTED": "No dimension selected",
244
+ "DIMENSION": "Dimension",
245
+ "EXTERNAL_DATA_FILE": "External data file",
246
+ "IMPORT_NEW_EXTERNAL_DATA": "Import new external data",
247
+ "IMPORT_NEW_FILE": "Import new file",
248
+ "IMPORTED_EXTERNAL_DATA": "Imported external data",
249
+ "CLOSE": "Close",
250
+ "EXTERNAL_DATA": "External data",
251
+ "FIELDS": "Fields",
252
+ "GLOBAL": "Global",
253
+ "LOCAL": "Local",
254
+ "IMPORTING_EXT_DATA": "Importing external data {fieldName} into {dimension} dimension ...",
255
+ "PAIR_VARIABLES": "Pair variables",
256
+ "ZOOM_IN": "Zoom in",
257
+ "RESET_ZOOM": "Reset zoom",
258
+ "ZOOM_OUT": "Zoom out",
259
+ "EXIT": "exit",
260
+ "NO": "No",
261
+ "YES": "Yes",
262
+ "SAVE_BEFORE_QUIT": "Do you want to save the changes you made?"
263
+ },
264
+ "ARIA": {
265
+ "AG_GRID": {
266
+ "OPEN_SEARCH_INPUT": "Open search input",
267
+ "CLOSE_SEARCH_INPUT": "Close search input",
268
+ "OPEN_LEVEL_DISTRIBUTION": "Open level distribution graph",
269
+ "FILTER_DATAS_GRID": "Filter datas in the grid",
270
+ "FILTER_DATA": "Filter data: {data}",
271
+ "CHANGE_DATAS_OPTION": "Changes datas option",
272
+ "CHANGE_TO": "Changes to {type}"
273
+ },
274
+ "HEADER": {
275
+ "DISPLAY_MORE_OPTIONS": "Display more options",
276
+ "DISPLAY_SETTINGS": "Display settings",
277
+ "SERVICE_LOGO": "Khiops logo",
278
+ "OPEN_FULLSCREEN": "Open this component in fullscreen",
279
+ "CLOSE_FULLSCREEN": "Close fullscreen"
280
+ },
281
+ "CHARTS": {
282
+ "UPDATE_GRAPH_SCALE": "Update graph scale"
283
+ },
284
+ "SETTINGS": {
285
+ "UPDATE_NUMBER_PRECISION": "Update number precision",
286
+ "UPDATE_DEFAULT_MATRIX_CONTRAST": "Update default matrix contrast"
287
+ },
288
+ "MATRIX": {
289
+ "UPDATE_MATRIX_CONTRAST": "Update matrix contrast"
290
+ }
291
+ },
292
+ "TOOLTIPS": {
293
+ "TABS": {
294
+ "PROJECT": "Project: list of output analysis files",
295
+ "PREPARATION": "Preparation: univariate data analysis on the train database",
296
+ "PREPARATION_2D": "Preparation 2d",
297
+ "MODELING": "Modeling: description of SNB model",
298
+ "EVALUATION": "Evaluation: evaluation of the predictors on databases (train, test and others)",
299
+ "TEXT_PREPARATION": "Text Preparation",
300
+ "TREE_PREPARATION": "Tree Preparation",
301
+ "AXIS": "Axis",
302
+ "CONTEXT": "Context"
303
+ },
304
+ "COMMONS": {
305
+ "LEVEL_DISTRIBUTION": "display the level distribution of the variables",
306
+ "MATRIX_MODE": "Set frequency or clusters/intervals matrix.",
307
+ "MATRIX_CONTRAST": "The contrast allows to highlight the interesting patterns",
308
+ "MATRIX_GLOBAL_LOCAL": "The scale is local when the patterns are scaled according to their local context, and global when their are scaled w.r.t. the entire dataset"
309
+ },
310
+ "DISTRIBUTION": {
311
+ "TITLE": "Distribution of selected variable groups or intervals"
312
+ },
313
+ "TREE_PREPARATION": {
314
+ "PURITY": {
315
+ "TITLE": "Purity is defined as the entropy of the distribution of classes"
316
+ }
317
+ },
318
+ "MODELING": {
319
+ "VARIABLES": {
320
+ "TITLE": "List of variables used by SNB model",
321
+ "NAME": "Name of the variable",
322
+ "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).",
323
+ "WEIGHT": "Evaluation of the predictive importance of the variable taken relatively all the variables used by the predictor.",
324
+ "IMPORTANCE": "Variable used in the best predictor"
325
+ }
326
+ },
327
+ "PREPARATION": {
328
+ "VARIABLES": {
329
+ "TITLE": "Univariate data analysis results\nRight click on a column title to get new columns",
330
+ "TYPE": "Type of the variable :\n\t Cat for Categorical \n\t Num for Numerical",
331
+ "RANK": "Rank of the variable, sorted by decreasing Level",
332
+ "NAME": "Name of the variable",
333
+ "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).",
334
+ "TARGET_PARTS": "",
335
+ "PARTS": "Number of parts resulting from the grouping preprocessing of the variable.",
336
+ "VALUES": "Number of initial values of the variable.",
337
+ "MODE": "Most frequent initial value.",
338
+ "MODE_COVERAGE": "Coverage of the mode.",
339
+ "MIN": "Min value of the variable.",
340
+ "MAX": "Max value of the variable.",
341
+ "MEAN": "Mean value.",
342
+ "STD_DEV": "Standard deviation.",
343
+ "MISSING_NUMBER": "Number of missing values",
344
+ "DERIVATION_RULE": "Derivation rule"
345
+ },
346
+ "INTERVAL": {
347
+ "TITLE": "Value list of selected variable group"
348
+ },
349
+ "TARGET_DISTRIBUTION": {
350
+ "TITLE": "Target distribution according to group or interval"
351
+ },
352
+ "REG_MATRIX": {
353
+ "TITLE": "2D chart of selected dimension according selected variable and target variable"
354
+ }
355
+ },
356
+ "EVALUATION": {
357
+ "TYPES": {
358
+ "TITLE": "Tab of evaluation report",
359
+ "TYPE": "Type of dataset use to performe evaluation",
360
+ "NAME": "Name of dictionary of dataset",
361
+ "INSTANCES": "Instances number of dataset"
362
+ },
363
+ "EVALUATIONS": {
364
+ "TITLE": "Tab of all evaluation results",
365
+ "NAME": "Name of evaluated model",
366
+ "TYPE": "Type of dataset use to performe evaluation",
367
+ "AUC": "Area under the ROC curve (AUC); evaluates the ordering of the predicted scores per target value.",
368
+ "COMPRESSION": "Evaluates the predicted target probabilities using a negative log likelihood approach and is normalized (between 0 and 1) using the baseline predictor.",
369
+ "ACCURACY": "Evaluates the proportion of correct prediction",
370
+ "GINI": "GINI Index : evaluates the ordering of the predicted scores for all targets. Gini coefficient is closely related to AUC GINI = 2 * AUC -1. Value 0 means a random model and value 1 means Perfect Model.",
371
+ "ROBUSTNESS": "Evaluation of the model overfitting. The closest to 1 the value, the smallest the overfitting.",
372
+ "RMSE": "Root mean square error between the predicted value and the actual value",
373
+ "MAE": "Mean average error",
374
+ "NLPD": "Negative log predictive density",
375
+ "RANKRMSE": "Root mean square error between the predicted value rank and the actual value rank",
376
+ "RANKMAE": "Mean average error in the rank domain",
377
+ "RANKNLPD": "Negative log predictive density in the rank domain"
378
+ },
379
+ "GAIN_CHART": {
380
+ "TITLE": "The cumulative gain chart plots the fraction of actual correct prediction on the y-axis for each fraction of the dataset on the-x-axis, when the dataset is sorted by decreasing predicted probability of the main target value.",
381
+ "SELECT": "Choose target values to display on chart"
382
+ },
383
+ "REC_CURVE": {
384
+ "TITLE": "Regression Error Characteristics curve plot the error tolerance on the x-axis versus the percentage of points predicted within the tolerance on the y-axis."
385
+ },
386
+ "CONFUSION_MATRIX": {
387
+ "TITLE": "The confusion matrix allows to compare the predicted values and the actual values.",
388
+ "TARGET": "Predicted target"
389
+ }
390
+ },
391
+ "PREPARATION_2D": {
392
+ "VARIABLES": {
393
+ "TITLE": "Pair variables",
394
+ "RANK": "Rank of the pair of variables, sorted by decreasing importance.",
395
+ "NAME1": "Name of the first variable in the pair",
396
+ "NAME2": "Name of the second variable in the pair",
397
+ "LEVEL": "Evaluation of the total predictive importance of the pair of variables. The Level is a value between 0 (variable without predictive interest) and 1 (variable with optimal predictive importance).",
398
+ "LEVEL1": "Recalls the univariate predictive importance of the first variable",
399
+ "LEVEL2": "Recalls the univariate predictive importance of the second variable",
400
+ "VARIABLES": "Number of active variables in the pair: \n 0: there is no information in the pair \n 1: the information in the pair reduces to the information in one variable \n 2: the two variables are jointly informative",
401
+ "PARTS1": "Number of intervals or groups of values in the first variable",
402
+ "PARTS2": "Number of intervals or groups of values in the second variable",
403
+ "CELLS": "Number of non-empty cells in the data grid resulting from the cross-product of the two univariate partitions",
404
+ "DELTALEVEL": "Evaluation of the relative predictive contribution of the pair of variables. \n Contribution =[level-max(level1,level2))/[level-min(level1-level2)] \n The DeltaLevel is strictly positive if and only if the variable pair is informative, that is if it brings more information than both variables taken individually."
405
+ },
406
+ "COOCURENCE_MATRIX": {
407
+ "TITLE": "2D chart of selected dimension according variables"
408
+ },
409
+ "REGRESSION_MATRIX": {
410
+ "TITLE": "2D chart of selected dimension according variables"
411
+ },
412
+ "TARGET_DISTRIBUTION": {
413
+ "TITLE": "Target distribution according selected cell of matrix"
414
+ },
415
+ "CELLS": {
416
+ "TITLE": "List of cells",
417
+ "ID": "Cell identifier",
418
+ "NAMEX": "Value label of first variable",
419
+ "NAMEY": "Value label of second variable",
420
+ "LESS": "percentage of the $less$ target value in the cell",
421
+ "MORE": "percentage of the $more$ target value in the cell",
422
+ "FREQUENCY": "instance number in the cell",
423
+ "COVERAGE": "coverage of the cell"
424
+ }
425
+ },
426
+ "AXIS": {
427
+ "DIMENSION": {
428
+ "SELECT": "Select the dimension to display here",
429
+ "STATISTICS": "This view shows the cluster hierarchy. It allows to navigate and to modify the hierarchy of clusters. The hierarchy is presented like a file manager, each directory being a cluster. By opening or closing a cluster, you can choose the appropriate hierarchy."
430
+ },
431
+ "CURRENT_CLUSTERS": {
432
+ "TITLE": "This table is a flat view of the hierarchy. Each line of the table contains a terminal or a fold cluster.",
433
+ "NAME": "Terminal cluster in the current hierarchy",
434
+ "FATHER": "Father cluster of the current cluster",
435
+ "FREQUENCY": "Number of items belonging to the current cluster",
436
+ "INTEREST": "The “Interest” of a cluster is a value between 0 and 1: clusters with a interest close to 1 are the most informative",
437
+ "HIERARCHICAL_RANK": "",
438
+ "LEVEL": "",
439
+ "RANK": "The column “Rank” provides the ordering of the clusters in the hierarchy view."
440
+ },
441
+ "COMPOSITION": {
442
+ "TITLE": "This view presents all value items which are grouped in the cluster currently selected",
443
+ "CLUSTER": "The column “Cluster” contains the cluster visible in the hierarchy that contains the item.",
444
+ "TERMINAL_CLUSTER": "Contain the terminal cluster that owns this item",
445
+ "RANK": "The column “Rank” provides the ordering of the items in the hierarchy view.",
446
+ "TYPICALITY": "",
447
+ "VALUE": "Value of the item",
448
+ "FREQUENCY": "The “Frequency” of an item is its number of occurrences in the cluster"
449
+ },
450
+ "ANNOTATION": {
451
+ "TITLE": ""
452
+ },
453
+ "DISTRIBUTION": {
454
+ "TITLE": "Distribution of the dimension on the selected cluster of the other dimension"
455
+ },
456
+ "SELECTED_CLUSTERS": {
457
+ "TITLE": "",
458
+ "NAME": "Dimensions of the coclustering",
459
+ "CURRENT_CLUSTERS": "Selected cluster in each dimension",
460
+ "NB_CLUSTERS": "Number of clusters on each dimension for the current unfolding"
461
+ },
462
+ "UNFOLD_HIERARCHY": {
463
+ "INFO_RATE_CHART": "The evolution of the information according to the number of clusters: the percentage of information kept at each granularity of the hierarchy",
464
+ "LEGEND": "Click on dimension to highlight data"
465
+ }
466
+ }
467
+ }
468
+ }
Binary file
@@ -0,0 +1 @@
1
+ [{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/9","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/9/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/9/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/9","id":773654786,"node_id":"MDU6SXNzdWU3NzM2NTQ3ODY=","number":9,"title":"Improve zoom accessibility options.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-23T10:32:11Z","updated_at":"2020-12-23T10:32:43Z","closed_at":"2020-12-23T10:32:43Z","author_association":"OWNER","active_lock_reason":null,"body":"![image](https://user-images.githubusercontent.com/50991455/102987366-7afc1200-4512-11eb-92e1-bb022a9c5fd2.png)","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/8","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/8/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/8/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/8/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/8","id":773074782,"node_id":"MDU6SXNzdWU3NzMwNzQ3ODI=","number":8,"title":"Add new summary information fields.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T16:24:38Z","updated_at":"2020-12-22T17:19:54Z","closed_at":"2020-12-22T16:24:46Z","author_association":"OWNER","active_lock_reason":null,"body":"![image](https://user-images.githubusercontent.com/50991455/102910247-88fe5400-447a-11eb-9a30-a9787cdaace0.png)\r\n","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/7","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/7/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/7/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/7/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/7","id":773072089,"node_id":"MDU6SXNzdWU3NzMwNzIwODk=","number":7,"title":"Add new \"Tree preparation\" tab view.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T16:21:28Z","updated_at":"2020-12-22T16:23:59Z","closed_at":"2020-12-22T16:23:59Z","author_association":"OWNER","active_lock_reason":null,"body":"","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/6","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/6/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/6/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/6/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/6","id":773014688,"node_id":"MDU6SXNzdWU3NzMwMTQ2ODg=","number":6,"title":"Add auto updater system.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T15:05:20Z","updated_at":"2020-12-22T16:14:17Z","closed_at":"2020-12-22T16:14:17Z","author_association":"OWNER","active_lock_reason":null,"body":"User is now prompted in the top right corner when a new version is available.\r\n![image](https://user-images.githubusercontent.com/50991455/102902977-fbb60200-446f-11eb-84e3-1ee19dad1079.png)","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/5","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/5/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/5/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/5/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/5","id":773010670,"node_id":"MDU6SXNzdWU3NzMwMTA2NzA=","number":5,"title":"Git repo and CI migration.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603465774,"node_id":"MDU6TGFiZWwyNjAzNDY1Nzc0","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.15.0","name":"9.15.0","color":"A2EBA0","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T15:00:19Z","updated_at":"2020-12-22T15:00:22Z","closed_at":"2020-12-22T15:00:22Z","author_association":"OWNER","active_lock_reason":null,"body":"","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/4","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/4/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/4/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/4/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/4","id":773004803,"node_id":"MDU6SXNzdWU3NzMwMDQ4MDM=","number":4,"title":"Add Windows and Mac executable code signing.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T14:52:38Z","updated_at":"2021-01-04T14:29:10Z","closed_at":"2021-01-04T14:29:10Z","author_association":"OWNER","active_lock_reason":null,"body":"Add certificate to prevent \"unsecure dialog\" at launch.\r\nNotarize and sign Mac app.","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/3","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/3/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/3/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/3","id":773004370,"node_id":"MDU6SXNzdWU3NzMwMDQzNzA=","number":3,"title":"Add Beta release updates.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T14:52:02Z","updated_at":"2020-12-22T16:22:02Z","closed_at":"2020-12-22T15:19:22Z","author_association":"OWNER","active_lock_reason":null,"body":"User can now subscribe to Beta versions.\r\n![image](https://user-images.githubusercontent.com/50991455/102903278-6404e380-4470-11eb-9559-94708fcfe2db.png)\r\nWarning: Beta versions are not stable and may contain bugs.","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/2","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/2/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/2/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/2","id":772820476,"node_id":"MDU6SXNzdWU3NzI4MjA0NzY=","number":2,"title":"Manage files associations according to software.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T10:10:58Z","updated_at":"2020-12-22T16:14:08Z","closed_at":"2020-12-22T13:53:33Z","author_association":"OWNER","active_lock_reason":null,"body":"![image](https://user-images.githubusercontent.com/50991455/102908363-a4b42b00-4477-11eb-92ef-fccf0e7720d9.png)","performed_via_github_app":null},{"url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/1","repository_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization","labels_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/1/comments","events_url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/issues/1/events","html_url":"https://github.com/khiopsrelease/khiops-visualization/issues/1","id":772815721,"node_id":"MDU6SXNzdWU3NzI4MTU3MjE=","number":1,"title":"Manage incomplete json files.","user":{"login":"khiopsrelease","id":50991455,"node_id":"MDQ6VXNlcjUwOTkxNDU1","avatar_url":"https://avatars3.githubusercontent.com/u/50991455?v=4","gravatar_id":"","url":"https://api.github.com/users/khiopsrelease","html_url":"https://github.com/khiopsrelease","followers_url":"https://api.github.com/users/khiopsrelease/followers","following_url":"https://api.github.com/users/khiopsrelease/following{/other_user}","gists_url":"https://api.github.com/users/khiopsrelease/gists{/gist_id}","starred_url":"https://api.github.com/users/khiopsrelease/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khiopsrelease/subscriptions","organizations_url":"https://api.github.com/users/khiopsrelease/orgs","repos_url":"https://api.github.com/users/khiopsrelease/repos","events_url":"https://api.github.com/users/khiopsrelease/events{/privacy}","received_events_url":"https://api.github.com/users/khiopsrelease/received_events","type":"User","site_admin":false},"labels":[{"id":2603455027,"node_id":"MDU6TGFiZWwyNjAzNDU1MDI3","url":"https://api.github.com/repos/khiopsrelease/khiops-visualization/labels/9.16.0","name":"9.16.0","color":"201C70","default":false,"description":""}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2020-12-22T10:04:00Z","updated_at":"2020-12-22T15:00:51Z","closed_at":"2020-12-22T10:04:17Z","author_association":"OWNER","active_lock_reason":null,"body":"","performed_via_github_app":null}]