Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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