Skip to content
forked from cran/NbClust

❗ This is my experiment in adapting NbClust. The original project's homepage: https://sites.google.com/site/malikacharrad/research/nbclust-package

Notifications You must be signed in to change notification settings

jbhanks/BigNbClust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigNbClust

❗ This is my attempt at adapting NbClust to work with large matrices. The original project's homepage: https://sites.google.com/site/malikacharrad/research/nbclust-package

In using the NbClust function, I found that with larger matrices, R tended to run out of memory or crash. I have attempted to remedy this by replacing several of the most resource hungary functions called (eigen, var, and hclust) with faster alternatives from Rfast, propagate, and fastcluster. I have only tested this with a few matrices so far, so do not use it unless you know what you are doing and have checked that I haven't messed anything up. In which case please let me know (as you should if you notice any problems or have ideas about how it could be improved further).

About

❗ This is my experiment in adapting NbClust. The original project's homepage: https://sites.google.com/site/malikacharrad/research/nbclust-package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%