Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEXT LINCLUST #873

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions src/commons/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,7 @@ void Parameters::setDefaults() {
resultDirection = Parameters::PARAM_RESULT_DIRECTION_TARGET;
weightThr = 0.9;
weightFile = "";
hashSeqBuffer = 1.05;

// result2stats
stat = "";
Expand Down
1 change: 1 addition & 0 deletions src/commons/Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ class Parameters {
int resultDirection;
float weightThr;
std::string weightFile;
float hashSeqBuffer;

// indexdb
int checkCompatible;
Expand Down
Loading
Loading