You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the 75 percentile for the affinity between two seg ids. However, during debugging, I found that with the defaultInitWithMax=true, the histogram will only have one value in the end (either clear()or return). Wonder what's the logic for InitWithMax? It seems that we just need to addAffinity for every input element?
Hey Jan,
I'm trying to get the 75 percentile for the affinity between two seg ids. However, during debugging, I found that with the default
InitWithMax=true
, the histogram will only have one value in the end (eitherclear()
orreturn
). Wonder what's the logic forInitWithMax
? It seems that we just need toaddAffinity
for every input element?Thanks
D.
waterz/waterz/backend/HistogramQuantileProvider.hpp
Line 27 in 8ccd0b3
The text was updated successfully, but these errors were encountered: