Orange: Network Explorer

From OnnoWiki
Revision as of 09:29, 22 February 2020 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Sumber: https://orange.biolab.si/widget-catalog/networks/networkexplorer/


Explorasi secara visual dari network dan property-nya.

Input

Network: An instance of Network Graph.
Node Subset: A subset of vertices.
Node Data: Information on vertices.
Node Distances: Data on distances between nodes.

Output

Selected sub-network: A network of selected nodes.
Distance Matrix: Distance matrix.
Selected Items: Information on selected vertices.
Highlighted Items: Information on highlighted vertices.
Remaining Items: Information on remaining items (not selected or highlighted).

Network Explorer adalah widget utama untuk memvisualisasikan network secara grafis. Ini menampilkan grafik menggunakan Fruchterman-Reingold layout optimization dan memungkinkan pengaturan warna, ukuran dan label node. Seseorang juga dapat meng-highlight node dari properti tertentu dan output-nya.

Visualisasi di Network Explorer berfungsi seperti yang digunakan untuk Scatter Plot. Untuk memilih subset node, gambarkan persegi panjang di sekitar subset. Shift akan menambah grup baru. Ctrl-Shift (Cmd-Shift) akan menambah ke grup yang ada. Alt (Option) akan dihapus dari grup. Menekan di luar network akan menghapus pilihan.

Network-Explorer-overview-stamped.png


  • Information on the network. Reports on the number (and proportion) of nodes and edges. Press ’Re-layout’ to re-compute nodes with Fruchterman-Reingold optimization. Select ‘Randomize positions’ starts from random position of nodes.
  • Set the color, shape, size and label of the nodes by attribute. Color will display the 10 most frequent values and color the rest as ‘Other’. Shape is assigned to the 5 most frequent values and the rest is marked as ‘Other’. Label only selection and subset is handy for keeping the projection organized.
  • Set the (relative) node size and edge width. By default, edge widths correspond to their weights. To see the weight value, select Show edge weights. By default, only the edges of selected nodes are labeled to keep the projection organized.
  • Show color regions colors the projection according to the majority node value. Deselect Show legend to hide the legend.
  • Select, zoom, pan and zoom to fit are the options for exploring the graph. The manual selection of data instances works as an angular/square selection tool. Double click to move the projection. Scroll in or out for zoom.

Marking

Menekan Select akan memilih dan menampilkan simpul yang di highlight. Add to Group menambah ke pilihan yang ada, sementara Add New Group membuat grup baru.

Network-Explorer-select-options.png

Widget ini memungkinkan pemilihan node berdasarkan kriteria yang ditentukan:

  • Mark nodes whose label starts with. Set the condition to highlight the nodes whose label starts with the specified text. Label must be set for the highlighting to work. Press Select to select the highlighted nodes.
  • Mark nodes whose label contains. Set the condition to highlight the nodes whose label contains the specified text. Label must be set for the highlighting to work. Press Select to select the highlighted nodes.
  • Mark nodes whose data contains. Set the condition to highlight the nodes whose attributes contain the specified text. Press Select to select the highlighted nodes.
  • Mark nodes reachable from selected. Highlight the nodes that can be reached from the selected nodes. At least one node has to be selected for the highlighting to work.
  • Mark nodes in vicinity of selection. Highlight the nodes that are a selected number of hops away (first degree neighbors, second degree neighbors, etc.).
  • Mark nodes from subset signal. Highlight the nodes that are neighbors of the nodes from the Node Subset input.
  • Mark nodes with few connections. Highlight the nodes that have equal or less connections than the set number.
  • Mark nodes with many connections. Highlight the nodes that have equal or more connections than the set number.
  • Mark nodes with most connections. Highlight the nodes that have the most connections. The number of marked specifies how many top connected nodes to highlight (list is ranked).
  • Mark nodes with more connections than any neighbor. Highlight the most connected nodes.
  • Mark nodes with more connections than average neighbor. Highlight nodes whose degree is above average.

Memilih a subset

Just like Scatter Plot widget, the Network Explorer supports group selection. To create the first group, either select nodes from the plot or highlight them by setting the criterium and pressing Select.

In the example below, we selected a single node (blue). Then we used Mark nodes in vicinity of selection to highlight neighbors of the selected node. We used Add New Group to create a new (red) group. Pressing Add New Group again will create yet another (green) group.

Add to Group would add the highlighted (light blue) nodes to the last (green) group. This make this widget a nice tool for visualizing hops and network propagation.

Network-Explorer-selection.png


Contoh

In this example we will use the lastfm data set that can be loaded in the Network File widget under Browse documentation networks. The nodes of the network are musicians, which are characterized by the genre they play, number of albums produced and so on. The edges are the number of listeners on LastFm.

The entire data set is visualized in Network Explorer. In the widget, we removed the coloring and set the size of the nodes to correspond to the album count. Then we selected some nodes from the network. We can observe the selection in Network Explorer (1).

Network-Explorer-Example.png


Referensi

Pranala Menarik