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
On that thread, ntamas recommends removing isolated vertices from your graph, so one solution might be to remove outliers prior to clustering. But, that's not working great for me so far.
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] kknn_1.3.1
loaded via a namespace (and not attached):
[1] magrittr_1.5 Matrix_1.2-8 tools_3.3.1 igraph_1.0.1 grid_3.3.1 lattice_0.20-35
The text was updated successfully, but these errors were encountered:
For datasets with outliers,
kknn::specClust
runs into an igraph/ARPACK eigenvalue convergence error.igraph/igraph#512
On that thread,
ntamas
recommends removing isolated vertices from your graph, so one solution might be to remove outliers prior to clustering. But, that's not working great for me so far.Here's an MWE:
Here's my
sessionInfo()
.The text was updated successfully, but these errors were encountered: