typo
This commit is contained in:
parent
db437e1d95
commit
af4d2293a6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ bool JaccardGeodistClassifier::similar(const std::string& nameA,
|
|||
else
|
||||
jacc = jacc / (2.0 * THRES_JACC);
|
||||
|
||||
return (m + jacc) / 2.0;
|
||||
return ((m + jacc) / 2.0) > 0.5;
|
||||
}
|
||||
|
||||
// _____________________________________________________________________________
|
||||
|
|
Loading…
Reference in a new issue