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
|
else
|
||||||
jacc = jacc / (2.0 * THRES_JACC);
|
jacc = jacc / (2.0 * THRES_JACC);
|
||||||
|
|
||||||
return (m + jacc) / 2.0;
|
return ((m + jacc) / 2.0) > 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
// _____________________________________________________________________________
|
// _____________________________________________________________________________
|
||||||
|
|
Loading…
Reference in a new issue