0
ClustOfVar是一個用於聚類列的軟件包。R ClustOfVar cutree高度錯誤
mtcars[] = lapply(mtcars,as.character)
fit = ClustOfVar::hclustvar(X.quali = mtcars)
labels = cutree(fit,h=0.5)
但是,當我cutree一些適合,我收到以下消息。
Warning: Error in cutree: the 'height' component of 'tree' is not sorted (increasingly)
發生此問題的數據既是私有的也是大的。適合生成成功。我會盡我所能找到一個可重現的數據示例,但如果您以前遇到過這種問題,請告訴我如何處理它。
有沒有快速解決方法? – John
使用不同的鏈接。如果發生這種情況,結果是矛盾的。 –