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
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Hi Matt, there is a little issue in cutoff_first_bin when check_skew =TRUE.
When the condition sum(bin_idx[1L:(mid-1L)]) < sum(bin_idx[mid:num_bins])
is true (left-skewed) it returns as.vector(cutree(hcl, k = 1L))
but it should return the height where the tree should be cut , i.e max(hcl$height)