Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 306 Bytes

run embed_main.m with matlab

Input:

A: N*N adjacency matrix (sparse)

K: dimensionality of embedding space

beta: decaying constant, default is 0.5 / spectral radius

Output:

U: N*K left embedding matrix

V: N*K right embedding matrix

The high-order proximity (katz) matrix is approximated by U * V'