basic network concepts - bilgisayar mühendisliği...

68
Basic Network Concepts

Upload: others

Post on 24-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Basic Network Concepts

Page 2: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Alice

Bob

Chuck Nodes

Vertices

Edges

Links

Graph

Network

Basic Vocabulary

Page 3: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Alice

Bob

Chuck

Edges

Page 4: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Alice

Bob

Chuck

Edge Weights

Page 5: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Apollo 13 Movie Network

Main Actors in Apollo 13 the Movie:

Tom Hanks

Kevin Bacon

Gary Sinise

Bill Paxton

Ed Harris

Actors are nodes. Edges connect actors who were in a movie together.

Since all were in Apollo 13, this is not interesting. Let’s make a new network that connects them if they were in an additional movie together.

Page 6: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tom

Hanks

Kevin

Bacon

Ed

Harris

Bill

Paxton

Gary

Sinise

Magnificent Desolation:

Walking on the Moon

Magnificent Desolation:

Walking on the Moon

The Green Mile

Beyond All Boundaries

The Human

Stain

Apollo 13 Movie Network

Page 7: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tom

Hanks

Kevin

Bacon

Ed

Harris

Bill

Paxton

Gary

Sinise

Directed or Undirected?

Page 8: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

TH,BP

TH,GS

BP,GS

GS,KB

GS,EH

Tom

Hanks

Kevin

Bacon

Ed

Harris

Bill

Paxton

Gary

Sinise

Adjacency List

Page 9: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

TH BP GS EH KB

TH 1 2

BP 1 1

GS 2 1 1 1

EH 1

KB 1

Tom

Hanks

Kevin

Bacon

Ed

Harris

Bill

Paxton

Gary

Sinise

Adjacency Matrix

Page 10: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

A

C

D

F

H B

G

E

Shortest Path Length and Cliques

Page 11: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tom

Hanks

Kevin

Bacon

Ed

Harris

Bill

Paxton

Gary

Sinise

Cliques

Page 12: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Connectedness

Two nodes are connected if there is a path between them.

A graph is connected if there is a path between every pair of nodes.

In a directed graph, it is strongly connected if there is a directed path between each pair. It is weakly connected if there is a path between every pair if direction is ignored.

Page 13: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

K

J

H G

F

N

M

L

I

O

P

Q A

B C

D E

Hubs and Bridges

Page 14: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Clusters

A cluster is a group of nodes that are tightly connected

“tightly” varies, but usually means they are more tightly connected than the network as a whole

Does not need to be a clique

Group in the lower left of previous graph is a cluster

Page 15: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

O

P

Q A

B C

D E

Subnetworks

Page 16: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Q A

B C

D E

Egocentric Networks

Page 17: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Q A

B C

D E

Egocentric Networks

Page 18: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Network Structure

Page 19: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tom Hanks

Kevin

Bacon

Ed Harris

Bill Paxton

Gary Sinise

Degrees

Tom Hanks

Bill Paxton

Gary Sinise

Kevin Bacon

Ed Harris

2

2

4

1

1 Degree Distribution

0

0.5

1

1.5

2

2.5

1 2 3 4

Degree

Degree Distribution

Page 20: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

3

2

3

4

3 3

4

2

Degree Distribution

0

1

2

3

4

5

1 2 3 4

Degree

Degree Distribution

Page 21: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Edges: 5

Tom Hanks

Kevin

Bacon

Ed Harris

Bill Paxton

Gary Sinise

Total Possible Edges: 10 Density: 5/10 = 0.5

Density

Page 22: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Nodes: 8

Edges: 12

Total Possible Edges: ??

# Nodes * (# Nodes -1)

2

(8*7)/2 = 56/2 = 28

Density: 12/28 = 0.43

Density

Page 23: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Clustering Coefficient

Density of a node’s 1.5 degree egocentric network (with the node itself excluded) is called its clustering coefficient.

An important measure we will see later on.

Page 24: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

K

J H

G

F N

M

L

I

B

C

D

A

Q

P

O E

Which Node is Most Important?

Page 25: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

K

J

H G

F

N

M

L

I

O

P

Q A

B C

D E

Which Node is Most Important?

Page 26: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

J

H G

F

I

O

P

Q

C

D

P 1

O 1

D 3

C 2

Q 2

R 1

G 2

J 2

I 2

H 2

=18/10=1.8

Closeness Centrality

Page 27: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

J

H G

F

I

O

P

Q

C

D

P 2

O 2

D 4

C 3

Q 3

F 1

G 1

J 1

I 1

H 1

=19/10 =1.9

Closeness Centrality

Page 28: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

J

H G

F

I

O

P

Q

C

D

F 1

O 1

D 2

C 2

Q 1

R 2

G 3

J 3

I 3

H 3

=21/10 =2.1

Closeness Centrality

Page 29: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

R

J

H G

F

I

O

P

Q

C

D

F 1

O 1

D 2

C 2

Q 1

R 2

G 3

J 3

I 3

H 3

=21/10 =2.1

Closeness Centrality

Page 30: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Degree Centrality

R=9

F=3

D=5

B=4

R

K

J

H G

F

N

M

L

I

O

P

Q A

B C

D E

Page 31: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Betweenness Centrality

Measure of a node’s influence

Percentage of shortest paths that include a given node

Page 32: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Betweenness Centrality

C

A

B

H

D

E

G

F

Page 33: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Eigenvector Centrality

Measure of a node’s importance

Iterative matrix computation that gives more weight to nodes if they are connected to influential nodes.

The backbone to techniques like Google’s PageRank which ranks web pages.

Page 34: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Connectivity and Cohesion

Minimum number of nodes to remove before the network becomes disconnected.

C

A B

H

D

E

G

F

Cohesion=1

B

E

F D A

C G

Cohesion=2

Page 35: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Network

Page 36: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Exercise

Open an assigned network in a network analysis tool like Gephi or NodeXL.

Run statistics to compute centrality.

Compare different centrality measures.

Page 37: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Visual Analysis of Networks

Page 38: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

What is interesting about this network?

Page 39: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

What makes a good visualization?

Every node is visible

For every node you can count its degree

For every link you can follow it from source to destination

Clusters and outliers are identifiable

(Dunne and Shneiderman, 2009)

We can’t always do all of this, but it’s a start

Page 40: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Is this a good visualization?

Page 41: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

What about this one?

Page 42: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

And this one?

Page 43: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

And finally, this one?

Page 44: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Node Size and Color

Page 45: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Node Size and Color

Page 46: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Edge Weight

Page 47: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Visualization Issues

Scale

Too many nodes (~10,000 or more) or edges are almost impossible to visualize

Dense networks may not reveal patterns

Page 48: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Example: Senate Voting Records

Page 49: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Filtering

Page 50: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Visualization Tools

Gephi

All platforms

Stand alone program

NodeXL

Windows only

Plugin for Microsoft Excel

Page 51: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

In Class Exercise

Load an assigned dataset into NodeXL or Gephi

Create a visualization, using color, size, layout, and other features to tell a story or provide an insight into the data.

Post your final visualization in a shared space

Page 52: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tie Strength

Page 53: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Strong vs. Weak Ties

Strong ties

Trusted

Close friends and family

Weak ties

Often part of other social circles

Acquaintances, co-workers

We talk about “strong” or “weak” ties, but in reality, there is a continuous spectrum

Page 54: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Mark Granovetter

Foundational work in 1973, “The Strength of Weak Ties”

Strong ties had been considered most important

His work showed weak ties mattered

Page 55: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Getting a Job

Carl Y. was doing commission sales for an encyclopedia firm, but was not doing well. He decided he would have to find a different job; meanwhile, he started driving a cab to bring in extra money. One passenger asked to be taken to the train station where he had to meet a friend. This friend turned out to be an old friend of Carl Y.'s, and asked him "what're you doing driving a cab?" When Mr. Y. explained, the friend offered him the job he now holds—labor relations manager for a small company, owned by his friend. (Granovetter, 1974, p34)

Granovetter, M. 1974. Getting a Job: A Study of Contacts and Careers..

Page 56: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Getting a Job

George C. was working as a technician for an electrical firm, with a salary of about $8000, and little apparent chance for advancement. While courting his future wife, he met her downstairs neighbor, the manager of a candy shop, a concession leased from a national chain. After they were married, Mr. C. continued to see him when visiting his mother-in-law. The neighbor finally talked him into entering a trainee program for the chain, and arranged an interview for him. Within three years, Mr. C. was earning nearly $30,000 in this business. (Granovetter, 1974, p. 49).

Granovetter, M. 1974. Getting a Job: A Study of Contacts and Careers..

Page 57: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Getting a Job

Edward A., during high school, went to a party given by a girl he knew. There, he met her older sister's boyfriend, who was ten years older than himself. Three years later, when he had just gotten out of the service, he ran into him in a local hangout. In conversation, the boyfriend mentioned to Mr. A. that his company had an opening for a draftsman. Mr. A. applied for this job and was hired. (Granovetter, 1974, p. 76)

Granovetter, M. 1974. Getting a Job: A Study of Contacts and Careers..

Page 58: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Replicating Milgram’s Six Degrees

Send booklets from original participants to a target, unknown person

(Lin, et al) show that successful chains made heavy use of weak ties

Page 59: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Weak Ties in Use

Racial integration in schools

Job satisfaction in psych hospital

Page 60: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

The benefits of weak ties

Connect people to different social circles, exposing them to more information

Many more of them in a person’s life than strong ties

Page 61: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

The network of strong ties

Page 62: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Measuring Tie Strength

Time

Emotional Intensity

Intimacy

Reciprocal Services

Page 63: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Measuring Tie Strength

Additional Features

Social Distance

Structural

Emotional Support

Page 64: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Quantifying Measurements

Time

Emotional Intensity

Intimacy

Reciprocal Services

Social Distance

Structural

Emotional Support

Page 65: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Measurement Overlaps

Page 66: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Network Structure – Forbidden Triad

Page 67: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Network Structure - Bridges

Page 68: Basic Network Concepts - Bilgisayar Mühendisliği Bölümücomp.eng.ankara.edu.tr/files/2015/11/2-3-4-5.pdf · Network Basic Vocabulary . Alice Bob Chuck Edges . Alice Bob Chuck

Tie Strength and Propagation

Strong ties – more trusted

Weak ties – wider spread