동질성 요약

R로 배우는 네트워크 데이터 기반 Predictive Analytics

María Óskarsdóttir, Ph.D.

Postdoctoral researcher

네트워크로 예측 분석을 할 수 있는가?

노드 간의 관계가 중요한가?

레이블이 네트워크에 무작위로 분포하는가, 아니면 구조가 있는가?

네트워크는 동질적인가?

R로 배우는 네트워크 데이터 기반 Predictive Analytics

R로 배우는 네트워크 데이터 기반 Predictive Analytics

# Heterophilicity
e_mixed / m_mixed
N <- 40
E <- 39
n_green <- 10
n_white <- 30
e_green <- 6
e_mixed <- 13

p <- 2 * E / N / (N-1) m_green <- n_green * (n_green-1)/2 * p m_mixed <- n_green * n_white * p
# Dyadicity e_green / m_green
2.666667
0.8666667

$\Rightarrow$ 동질적

R로 배우는 네트워크 데이터 기반 Predictive Analytics

연습해 봅시다!

R로 배우는 네트워크 데이터 기반 Predictive Analytics

Preparing Video For Download...