Skip to content

Commit

Permalink
Update PUSh.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sliang11 authored Nov 24, 2019
1 parent c788656 commit 02b00ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PUSh/PUSh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,6 @@ int main(int argc, char **argv) {
fout << "Fscore: " << fscore << std::endl;
fout << "Running time (Total / Distance computation): " << time_total << " / " << time_dist;
fout.close();
//fout << precision << std::endl << recall << std::endl << fscore << std::endl << time_total << std::endl << time_dist << std::endl;
fout.close();

fName = outputPath + "\\" + datasetName + "_PUSh_trainPreLabels_" + s_seedId + "_" + s_maxNumSh + "_" + s_minNumIters + "_" + s_maxNumIters + ".txt";
fout.open(fName);
Expand Down

0 comments on commit 02b00ac

Please sign in to comment.