pgmpy / pgmpy_viz

A web based GUI for pgmpy
MIT License
13 stars 20 forks source link

Weight dependent size of nodes and edges. #11

Closed gargshashank5 closed 10 years ago

gargshashank5 commented 11 years ago

Currently the size of node is mapped to it's weight and width of edge is mapped to it's strength. I don't think weight of node has any meaning in our context. Strength of edge has meaning in Markov models not in Bayesian model. If the size depends on weight and strength user must have some way of changing them. Currently they are hard coded.

@ankurankan @pramttl @snigam3112 @abinashpanda

gargshashank5 commented 10 years ago

@techgourav please have a look on this issue. Remove dependency of height, width of node on weight and thickness of edge on strength. Right now these parameters use mapdata from cytoscape.js. We need fixed height, width and thickness. Select suitable values. Weight and strength parameters are of no use to us.