tcibinan / data2graph

Graph visualization service for plagiarism or any other graph-structured data
https://tcibinan.github.io/data2graph/latest/?graph_url=data.json
Apache License 2.0
5 stars 1 forks source link

Scale up threshold bounds to link weights #9

Open tcibinan opened 4 years ago

tcibinan commented 4 years ago

Data2Graph supports so-called max normalization strategy which helps to visualize students clusters in the graph. Nevertheless, the threshold controller that is used to cut off low-weighted links doesn't work well with the max normalization strategy.

If most of the link weights are in the same interval f.e. 0.0-0.15 (0-15%) then the threshold controller cannot be easily controlled because it is pretty sensitive.

One of the ways to make the usage of threshold controller easier will be to scale up threshold bounds up to minimal and maximal link weights. The feature should be optional.