X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.h;h=8af539ba01ae59ed07027d63f2bd9d1859b4c217;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=dc77bdf067ff194dce8bd2e5fcb8f078a9450dcc;hpb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;p=mothur.git diff --git a/matrixoutputcommand.h b/matrixoutputcommand.h index dc77bdf..8af539b 100644 --- a/matrixoutputcommand.h +++ b/matrixoutputcommand.h @@ -88,7 +88,7 @@ private: }; vector lines; - void printSims(ostream&, vector< vector >&); + void printSims(ostream&, vector< vector >&); int process(vector); vector matrixCalculators; @@ -96,10 +96,10 @@ private: InputData* input; vector lookup; string exportFileName, output, sharedfile; - int numGroups, processors; + int numGroups, processors, iters, subsampleSize; ofstream out; - bool abort, allLines; + bool abort, allLines, subsample; set labels; //holds labels to be used string outputFile, calc, groups, label, outputDir; vector Estimators, Groups, outputNames; //holds estimators to be used