igraph / xdata-igraph

xdata igraph, has been merged into igraph/igraph
GNU General Public License v2.0
18 stars 3 forks source link

Scan-stat for a subset of vertices #52

Closed gaborcsardi closed 9 years ago

gaborcsardi commented 10 years ago

$subject

gaborcsardi commented 10 years ago

Actually, we use a vector of length |V| to mark the vertices in a neighborhood, so it might not be that beneficial. The time complexity certainly does not change, unless we abolish the global mark vector.

I'll need to benchmark how the allocation of such a vector scales, and how it compares to actual computation.

Plus the inclist or adjlist must be changed to lazy.

gaborcsardi commented 9 years ago

Continued here: https://github.com/igraph/igraph/issues/781