kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Create graph to represent the ordering of the models #624

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

Using the "sig_bs" results, create a graph to represent the direct graph for the models.

For each metric (PRED15, PRED25, PRED50, etc), create a graph.

rules:

  1. models are as nodes.
  2. direction for the arrow direction.
  3. if BH_p_value is less than 0.05, create an edge.