Commit 88f7c64b12d754f2e77d7d0ba0be546730f9386f
1 parent
e1e824d5
Removed lines in plot
Showing
1 changed file
with
0 additions
and
7 deletions
sdk/core/plot.cpp
| @@ -254,13 +254,6 @@ float Evaluate(const QString &simmat, const QString &mask, const QString &csv) | @@ -254,13 +254,6 @@ float Evaluate(const QString &simmat, const QString &mask, const QString &csv) | ||
| 254 | lines.append(qPrintable(QString("CMC,%1,%2").arg(QString::number(i), QString::number(float(realizedReturns)/possibleReturns)))); | 254 | lines.append(qPrintable(QString("CMC,%1,%2").arg(QString::number(i), QString::number(float(realizedReturns)/possibleReturns)))); |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | - // Write good matches and bad matches | ||
| 258 | - /* | ||
| 259 | - const int Good_Matches = 3; | ||
| 260 | - const int Bad_Matches = 3; | ||
| 261 | - | ||
| 262 | - for (int i = 1; i<=)*/ | ||
| 263 | - | ||
| 264 | if (!csv.isEmpty()) QtUtils::writeFile(csv, lines); | 257 | if (!csv.isEmpty()) QtUtils::writeFile(csv, lines); |
| 265 | qDebug("TAR @ FAR = 0.01: %.3f", result); | 258 | qDebug("TAR @ FAR = 0.01: %.3f", result); |
| 266 | return result; | 259 | return result; |