Update README.md to clarify example networks and add detailed experimental results; include new plot image for better visualization

This commit is contained in:
2025-04-18 12:10:16 +02:00
parent 158976bb71
commit 039cc1104c
3 changed files with 64 additions and 68 deletions

View File

@@ -144,7 +144,8 @@ public class Plot {
var model = this.statList.getModel();
var avg = summary.average;
var err = summary.calcError(0.95);
var err = summary.calcError(0.95)
.apply(val -> val / 2); // Done to get the error for the mean value
for (int i = 0; i < model.getSize(); i++) {
var entry = model.getElementAt(i);