EyeofBeholder-NLeSC / orange3-argument

Argument analysis, mining, and visualization add-on for Orange3.
https://research-software-directory.org/software/orange3-argument-add-on
Apache License 2.0
2 stars 1 forks source link

Edge filtered by edges numbers/percentage presented #19

Closed jiqicn closed 1 year ago

jiqicn commented 1 year ago

Now, the edges are filtered by weight value directly, which is not that intuitive. Instead, it would be nice to allow users to indicate the desired number/percentage of edges to be shown in the graph.

jiqicn commented 1 year ago

One more todo: check the mechanism of recomputing edges and nodes. Used to be like computing when the corresponding DFs are empty, but since we have the edge filter added (may also want the node filter in the future?), it might be nice to look back to improve that.

jiqicn commented 1 year ago

A new solution: Remove the slider of the miner, but adding a midware of row selector to allow user to freely select the rows by adding rules (e.g. weight greater than). Meanwhile, add output edge table to statistic view widget, so that users can clearly see the distributions there.