Commit 410d979531c993de8a8dd1663be16fa0900cad60

Authored by Scott Klum
1 parent 1d28474c

Removed some comments

Showing 1 changed file with 0 additions and 5 deletions
openbr/core/fuse.cpp
... ... @@ -79,11 +79,6 @@ void br::Fuse(const QStringList &inputSimmats, const QString &normalization, con
79 79 {
80 80 qDebug("Fusing %d to %s", inputSimmats.size(), qPrintable(outputSimmat));
81 81  
82   - // Fuse e.g. two score matrices without using a mask and following the crossValidation framework
83   - // We get in two simmats, and compute the mask for a given crossValidation fold if crossValidation exists
84   - // Normalize both matrices using that mask and fuse
85   - // Output simmat should have %1 variable for the crossValidation folds
86   -
87 82 QString target, query, previousTarget, previousQuery;
88 83 QList<Mat> originalMatrices;
89 84 foreach (const QString &simmat, inputSimmats) {
... ...