MolClustPy / SpringSaLaD-Python-Viz

0 stars 0 forks source link

Histogram for AOC #6

Closed vcellmike closed 1 month ago

vcellmike commented 1 month ago

Use time as an argument, and plot AOC histogram at a given time point. Plot header with the time and AOC value

See if OVERALL should be used instead of MEAN to compute AOC, see the difference in outputs (it's likely not significant, but still needs to be investigated).

Hlpred commented 1 month ago

Setting the time_ms (milliseconds) variable in the histogram.ipynb file now selects the desired point in time for the histogram. The title is plotted with a modified version of the Molclustpy plotClusterDist function. ACO isn't in the title because it's right next to it in the legend. Lastly, it looks like the overall frequency finds the frequency of all the runs together whereas the average frequency averages the individual frequencies of each run. I left it as average for now because I don't see anything wrong with that way of calculating it.

image