Skip to content

Commit

Permalink
turn off packet random engine
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 14, 2020
1 parent e9247d6 commit df41699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TopicModel/LDAModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Term Weighting Scheme is based on following paper:
return new MDL<TermWeight::pmi, ScalarRandGen>(__VA_ARGS__);\
}\
}\
else{\
/*else{\
switch (TW){\
case TermWeight::one:\
return new MDL<TermWeight::one, RandGen>(__VA_ARGS__);\
Expand All @@ -39,7 +39,7 @@ Term Weighting Scheme is based on following paper:
case TermWeight::pmi:\
return new MDL<TermWeight::pmi, RandGen>(__VA_ARGS__);\
}\
}\
}*/\
return nullptr; } while(0)

#define GETTER(name, type, field) type get##name() const override { return field; }
Expand Down

0 comments on commit df41699

Please sign in to comment.