Difference between revisions of "Sample two-mode network"

From CCE wiki archived
Jump to: navigation, search
m
Line 1: Line 1:
'''rectangular matrix representation'''
+
= rectangular matrix representation =
  
 
{|border="1" align="left" style="text-align:left;"
 
{|border="1" align="left" style="text-align:left;"
Line 24: Line 24:
  
 
<br>
 
<br>
 
+
= txt2pajek input =
'''txt2pajek input:'''
 
  
 
George band<br>
 
George band<br>
Line 34: Line 33:
 
Sarah choir<br>
 
Sarah choir<br>
  
'''txt2pajek output:''' ''(selecting 2-mode)''
+
= txt2pajek output:''' ''(selecting 2-mode)'' =
  
 
<nowiki>*Vertices 6 3</nowiki><br>
 
<nowiki>*Vertices 6 3</nowiki><br>
Line 51: Line 50:
 
3 5<br>
 
3 5<br>
  
'''pajek reads this file and generates a partition:'''
+
= pajek reads this file and generates a partition =
  
 
<nowiki>*Partition Affiliation partition of N1 [3,3]</nowiki> <br>
 
<nowiki>*Partition Affiliation partition of N1 [3,3]</nowiki> <br>

Revision as of 09:49, 1 November 2011

rectangular matrix representation

band choir orchestra
George x x
Dimitri x x
Sarah x x


txt2pajek input

George band
George choir
Dimitri orchestra
Dimitri band
Sarah band
Sarah choir

txt2pajek output: (selecting 2-mode)

*Vertices 6 3
1 "George"
2 "Dimitri"
3 "Sarah"
4 "band"
5 "choir"
6 "orchestra"
*Edges
1 4
1 5
2 6
2 4
3 4
3 5

pajek reads this file and generates a partition

*Partition Affiliation partition of N1 [3,3]
*Vertices 6
1
1
1
2
2
2