Difference between revisions of "Orange: Single Mode"

From OnnoWiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* Weighted number of connections: weights correspond to the sum of the product of original edge weights that connect each person with the event.
 
* Weighted number of connections: weights correspond to the sum of the product of original edge weights that connect each person with the event.
  
For details and for description of other options, see Vlado Batagelj’s Introduction to Network Science using Pajek, section 7, page 38.
+
Untuk detail dan keterangan dari opsi lainnya, silahkan lihat Vlado Batagelj Introduction to Network Science using Pajek, section 7, page 38.
  
 
==Contoh==
 
==Contoh==

Revision as of 11:15, 22 February 2020

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


Konversikan multimode graph ke single mode.

Input

Network: An instance of a bipartite network graph.

Output

Network: An instance of single network graph.

Widget Single Mode bekerja dengan jaringan biparty, di mana himpunan bagian ditandai dengan atribut diskrit biner. Widget menghasilkan sebuah network tempat node merepresentasikan nilai yang dipilih (mis. Orang) dan edge nilai yang tersisa (mis. event). Widget ini juga berfungsi dengan atribut diskrit non-biner, tetapi akan memperlakukannya sebagai biner (one-versus-all).

Single-Mode-stamped.png
  • Mode indicator:
    • Feature: discrete feature labeling network subsets.
    • Connect: value used as nodes.
    • by: value used as edges.
  • Edge weights: compute weights for the output network.
  • Information on the output network.

Edge weights

Single-Mode-weights.png
  • No weights: all weights are set to 1.
  • Number of connections: weights correspond to the number of common connections (e.g. events the two people participated in).
  • Weighted number of connections: weights correspond to the sum of the product of original edge weights that connect each person with the event.

Untuk detail dan keterangan dari opsi lainnya, silahkan lihat Vlado Batagelj Introduction to Network Science using Pajek, section 7, page 38.

Contoh

For this example we have used the famous davis data set that describes ladies from the south of the United States and the events they have participated in. The network thus consists of nodes that are either persons or events. Node role is described in the attribute role. We load the network with Network File.

We see the original file in Network Explorer. The blue nodes are events and the red ones are persons. Events are attended by persons. A node connects a person with the event, if the person attended the event. Now we can observe which people attended the same event or, conversely, which events were attended by the same people.

In Single Mode we set the feature describing the role of the nodes. It so happens that our attribute is named role. We connect persons (nodes) with the events they attended (edges). Edge weight will be the number of connections in common. In translation, edge weights will be the number of events both people attended.

Network Explorer (1) shows the final network.

Single-Mode-Example.png


Referensi

Pranala Menarik