MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setAcceptableAbsolute

Method setAcceptableAbsolute

src/openms/source/CONCEPT/FuzzyStringComparator.cpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void FuzzyStringComparator::setAcceptableAbsolute(const double rhs)
77 {
78 this->absdiff_max_allowed_ = rhs;
79 if (absdiff_max_allowed_ < 0.0)
80 {
81 absdiff_max_allowed_ = -absdiff_max_allowed_;
82 }
83 }
84
85 const StringList& FuzzyStringComparator::getWhitelist() const
86 {

Callers 11

main_Method · 0.80
testStringSimilarFunction · 0.80
isFileSimilarFunction · 0.80
START_SECTIONFunction · 0.80
IdXMLFile_test.cppFile · 0.80
START_SECTIONFunction · 0.80

Calls

no outgoing calls

Tested by 4

testStringSimilarFunction · 0.64
isFileSimilarFunction · 0.64
START_SECTIONFunction · 0.64
START_SECTIONFunction · 0.64