Re: [graph-tool] Multilayer graph with select aggregation over layers

2020-08-25 Thread fitzgeraldj
OK thanks for getting back to me! Looking forward to the update whenever it may come. Best, John -- Sent from: https://nabble.skewed.de/ ___ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool

Re: [graph-tool] Layered overlapping model not working on GraphView

2020-08-25 Thread Tiago de Paula Peixoto
Hi, Thanks for the bug report and minimal working example. Could you please open an issue in gitlab so this can be tracked and fixed? The mailing list is not the best place for this. Best, Tiago Am 25.08.20 um 18:43 schrieb fitzgeraldj: > Hi there, > > Layered overlapping models aren't

[graph-tool] Layered overlapping model not working on GraphView

2020-08-25 Thread fitzgeraldj
Hi there, Layered overlapping models aren't working for GraphViews, due to the following problematic lines in LayeredBlockState: if overlap and self.ec is not None: self.base_ec = self.base_g.own_property(ec.copy()) ec = agg_state.eindex.copy() pmap(ec,

Re: [graph-tool] distribution for highly skewed discrete edge weights

2020-08-25 Thread Tiago de Paula Peixoto
Am 25.08.20 um 00:28 schrieb sam: > wondering if Tiago or anyone else on the list can suggest any > transformation-distribution combination that might help. i tried (without > thinking too deeply) the transformation weight = log(weight) + 1 with > real-geometric weights, but

Re: [graph-tool] Multilayer graph with select aggregation over layers

2020-08-25 Thread Tiago de Paula Peixoto
Am 18.08.20 um 01:41 schrieb fitzgeraldj: > 1) How do you access parameters inferred for independent models on separate > layers, say for reproducing Figure 5(b) from the paper? Unless you're just > masking the graph and only drawing edges applicable to each layer? I don't understand the