From 410d979531c993de8a8dd1663be16fa0900cad60 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 12 Sep 2013 14:26:35 -0400 Subject: [PATCH] Removed some comments --- openbr/core/fuse.cpp | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/openbr/core/fuse.cpp b/openbr/core/fuse.cpp index df49579..0577c44 100644 --- a/openbr/core/fuse.cpp +++ b/openbr/core/fuse.cpp @@ -79,11 +79,6 @@ void br::Fuse(const QStringList &inputSimmats, const QString &normalization, con { qDebug("Fusing %d to %s", inputSimmats.size(), qPrintable(outputSimmat)); - // Fuse e.g. two score matrices without using a mask and following the crossValidation framework - // We get in two simmats, and compute the mask for a given crossValidation fold if crossValidation exists - // Normalize both matrices using that mask and fuse - // Output simmat should have %1 variable for the crossValidation folds - QString target, query, previousTarget, previousQuery; QList originalMatrices; foreach (const QString &simmat, inputSimmats) { -- libgit2 0.21.4