Skip to content

Commit

Permalink
scorecomplex rbh filtering with 0.7 as the margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Woosub-Kim committed Feb 27, 2024
1 parent d785457 commit d725f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucclustutils/createcomplexreport.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const unsigned int INITIALIZED_LABEL = 0;
const unsigned int MIN_PTS = 2;
const float DEFAULT_EPS = 0.1;
const float LEARNING_RATE = 0.1;
const float TM_SCORE_MARGIN = 0.5;
const float TM_SCORE_MARGIN = 0.7;
const float DEF_TM_SCORE = -1.0;
const int UNINITIALIZED = 0;
const unsigned int MULTIPLE_CHAINED_COMPLEX = 2;
Expand Down

0 comments on commit d725f0e

Please sign in to comment.