You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/graph-insights/features/application-settings.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Access global configuration via the top-left dropdown menu.
15
15
16
16
### Troubleshoot and Reset
17
17
18
-
1.**Reset local data:** Clears browser-side preferences (e.g., columns visibility, width, and position).
19
-
2.**Reset graph data:** Performs a "Factory Reset" of the analysis for the current dataset.
18
+
1.**Reset local data:** Clears browser-side preferences (e.g., columns visibility, width, and position).
19
+
2.**Reset graph data:** Performs a "Factory Reset" of the analysis for the current dataset.
20
20
21
21
!!! danger "Destructive Action"
22
-
22
+
23
23
**Reset graph data** permanently deletes all [user-defined classes](persistence.md#custom-categories) and [saved explorations](persistence.md#saved-explorations) associated with the current database. This cannot be undone.
24
24
25
25
@@ -42,4 +42,4 @@ When no group or connection is selected, the right pane displays the **database
Some operations (e.g., [user-defined classes](persistence.md#custom-categories) operations) have persistent side effects that may require a rebuild of the exploration state when moving back in the history.
33
33
34
34
@@ -48,6 +48,7 @@ If a group contains *more* resources than the limit, it is rendered as a single
48
48
### Instance Rendering (Count ≤ Threshold)
49
49
50
50
If the count is *below* the limit, each resource is rendered as a dot within the group disk.
51
+
51
52
- The number inside each dot represents its [predecessor](objects.md#predecessors) count (number of resources in the left group linked by the connection). No number means there is only a single predecessor.
52
53
- The resources with higher predecessor counts are located at the center of the group.
53
54
@@ -65,8 +66,8 @@ Locate specific resources **among those currently visible** in the groups of the
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/graph-insights/features/category-tree.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
2
2
3
-
# All Explorations Start from the Class Tree
3
+
# All Explorations Start from the Class Tree
4
4
5
5
The left pane is the **starting point of any exploration**, whether you want to **begin a fresh exploration** with a group from a class of the taxonomy or **recall a pre-existing exploration**.
This section focuses on the **class tree**. See the persistence page for **[saved explorations](persistence.md#saved-explorations)** and **[user-defined classes](persistence.md#custom-categories)**.
12
12
13
13
@@ -25,7 +25,7 @@ The tree displays the hierarchical taxonomy of the dataset:
25
25
26
26
The tree is the primary tool to populate the canvas:
27
27
28
-
-**Drag and drop (Start):** Dragging a class to an empty area clears the canvas and starts a new exploration with a group of the selected class.
28
+
-**Drag and drop (Start):** Dragging a class to an empty area clears the canvas and starts a new exploration with a group of the selected class.
29
29
*Alternatives: Double-click the class or use its context menu item `Start exploration with class`.*
30
30
-**Drag and drop (Intersect):** Drag a class onto an **existing** group to apply an intersection filter (e.g., dragging `German Suppliers` onto `VIP Suppliers` restricts the group to resources with **both classes**).
31
31
@@ -41,12 +41,12 @@ The tree is the primary tool to populate the canvas:
41
41
-**Outcome:** The item turns **light gray**. Expansion steps will skip this class and offer **its direct sub-class** instead.
42
42
43
43
!!! danger "Caution"
44
-
44
+
45
45
The resources that have **only deactivated classes** are **no longer reachable** via an exploration.
46
46
47
47
48
48
!!! tip "Hiding Deactivated Items"
49
-
49
+
50
50
You can toggle the visibility of deactivated items in the tree via the [application settings](application-settings.md#settings).
This indicator provides an instant "Visual Partition" of the set. For example, expanding `Supplier` → `Product` and filtering the products to `Confections` or `Beverages` dims all Suppliers who do not provide confections nor beverages.
21
21
22
22
23
23
!!! tip "Missing Connections"
24
-
24
+
25
25
This feature is useful to spot single resources that are missing expected connections (the expected connections missing at the group level can be identified in the expansion menu of the group).
26
26
27
27
28
28
---
29
29
30
30
## Left Group Restriction (Backpropagation) {#backpropagation}
31
31
32
-
By default, the exploration applies a **left-join pattern**: The left group remains static, while the right group contains the connected resources. The left group restriction switches (permanently) to an **inner-join pattern**, removing from the left group all resources having no successor in the right group.
32
+
By default, the exploration applies a **left-join pattern**: The left group remains static, while the right group contains the connected resources. The left group restriction switches (permanently) to an **inner-join pattern**, removing from the left group all resources having no successor in the right group.
33
33
34
34
-**Action:** Right-click the connection to open its context menu and select `Restrict left group`.
35
35
-**Outcome:**
@@ -39,14 +39,14 @@ By default, the exploration applies a **left-join pattern**: The left group rema
Because the switch to an **inner-join pattern** is permanent, any further filtering of the right group will modify the contents of the right group.
44
44
45
45
In the example above, narrowing `Confections | Beverages` to `Beverages` only will remove from the `Supplier` group the ones who do not provide beverages.
46
46
47
47
48
48
!!! hint "Multistep Backpropagation"
49
-
49
+
50
50
To combine constraints from a variety of traversals conjunctively, restrictions are often propagated back to the start node of the exploration (see the [Supply Chain Analysis Tutorial](../tutorial.md#backpropagation))
51
51
52
52
@@ -68,8 +68,8 @@ While the **[table of a group](objects-table.md)** lists resources, the **connec
68
68
69
69
To open it:
70
70
71
-
1.**Context Menu:** Right-click the connection and select `Show connection table`.
72
-
2.**Quick Action:** Click the connection to select it, then click the blue `Show connection table...` button at the bottom of the canvas.
71
+
1.**Context Menu:** Right-click the connection and select `Show connection table`.
72
+
2.**Quick Action:** Click the connection to select it, then click the blue `Show connection table...` button at the bottom of the canvas.
73
73
74
74
### Table Components
75
75
@@ -85,4 +85,4 @@ The table displays one row per object property assertion with predefined and var
85
85
86
86
-**Structural columns:** The resource and object property columns support **search** and **sorting**, but the filtering cannot be applied (filter the groups or select another object property instead).
87
87
-**Data Property columns:** Full support with filtering like the [resource table](objects-table.md#filtering)
88
-
-**Highlighting:** Hovering over a row highlights the corresponding connected resources in the exploration if the groups are in [instance rendering mode](canvas-ui.md#object-threshold-logic).
88
+
-**Highlighting:** Hovering over a row highlights the corresponding connected resources in the exploration if the groups are in [instance rendering mode](canvas-ui.md#object-threshold-logic).
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/graph-insights/features/groups.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Selecting a group opens the **group details** in the right pane.
15
15
The header contains:
16
16
17
17
- The **group caption** that is either:
18
-
- The caption of its class if no class filter was applied
18
+
- The caption of its class if no class filter was applied
19
19
- A "logical expression" of class captions describing the combination of class filter applied otherwise (see [histogram filtering](#filtering))
20
20
- A structured **natural language description** of its contents that details all steps of the traversal.
21
21
@@ -24,7 +24,7 @@ The header contains:
24
24
The **histogram sections** display the distribution of classes within a group. It allows analysts to scrutinize class composition (eg. spot unexpected or missing classes) and perform logical set operations (union, intersection, difference) to restrict the contents of the groups.
25
25
26
26
-**Scope:** The panel displays counts for all **classes** (including **[user-defined classes](persistence.md#custom-categories)**) present within the selected group.
27
-
*Remark: If user-defined classes are present, a second histogram is shown for better overview*
27
+
*Remark: If user-defined classes are present, a second histogram is shown for better overview*
28
28
-**Hierarchy:** Use the `(+)` icons to expand a class (e.g., `Confections`) to reveal the distribution of its sub-classes.
29
29
-**Sorting:** Use the dropdown to order bars by `Name` (Alphabetical) or `Quantity` (Cardinality).
30
30
@@ -41,7 +41,7 @@ Flagging highlights specific subsets of data for visual inspection without modif
41
41
{ class="bordered" width="80%" }
42
42
43
43
!!! warning "Visibility Threshold"
44
-
44
+
45
45
Flagging is only visible when the group is in **instance rendering mode** (count <= threshold). See the [threshold setting](canvas-ui.md#object-threshold-logic).
46
46
47
47
@@ -59,7 +59,7 @@ Histograms function as a visual facet query builder. Use the buttons to apply bo
59
59
|**Intersection (AND)**|**Sequential** Operation | 1. Restrict to `Class A`.<br>2. Select `Class B` in the updated list.<br>3. Restrict to `Class B`.<br>**Outcome:** Items that are **BOTH** A and B. |
60
60
61
61
!!! warning "Multiple Histograms"
62
-
62
+
63
63
When applying a filter, selections made **simultaneously in different histograms** are combined **conjunctively (AND)** in a facet-like logic.
64
64
65
65
@@ -74,14 +74,14 @@ As filters are applied, the **group caption** updates to reflect the mathematica
74
74
75
75
The **expansion menu** of a group presents the options available for adding a non-empty step to the traversal. It tells you which classes are reachable via which direction of which object properties.
76
76
77
-
1.**Action:** Click any group to open the menu.
78
-
2.**Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
77
+
1.**Action:** Click any group to open the menu.
78
+
2.**Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
79
79
- If the data model includes sub-object properties, point the parent object property to open the sub-menu with its child object property.*
80
-
3.**Action:** Click a **object property** with the required direction for the selected target **class** to add a new connection beam to the exploration.
80
+
3.**Action:** Click a **object property** with the required direction for the selected target **class** to add a new connection beam to the exploration.
4.**Alternative:** For schemas with deep object property hierarchies (or if you know exactly which object property) use the search bar to locate specific paths.
84
+
1.**Alternative:** For schemas with deep object property hierarchies (or if you know exactly which object property) use the search bar to locate specific paths.
0 commit comments