mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-03 13:43:11 +00:00
correct class label in graph
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
This commit is contained in:
parent
d81a8c2537
commit
4ef2617674
@ -157,7 +157,7 @@ class Visualizor:
|
||||
conf["expected_value1"] = expected_percentage1
|
||||
conf["expected_value2"] = expected_percentage2
|
||||
conf["line_label1"] = "Expected Value for class 1 nodes"
|
||||
conf["line_label2"] = "Expected Value for class 1 nodes"
|
||||
conf["line_label2"] = "Expected Value for class 2 nodes"
|
||||
conf["yaxismax"] = max(expected_percentage1, expected_percentage2) * 1.05
|
||||
plotData(conf)
|
||||
print("Plot %s created." % conf["path"])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user