algorithm - Spark GraphX: Independent edge set (matching) -


given graph g: graph[vd, int], how compute maximal weighted independent edge set (matching)? i'm interested in greedy solution edges selected in greatest-weight-first order. i've devised both pregel , iterative message aggregating solution work, wildly inefficient.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -