nnclust replacement
In R version x.y
only use if no alternative package is available for nnclust
made a temporary package for the same
if (!require(devtools)) {
install.packages('devtools')
}
devtools::install_github('saqsham/tempnnclust')
Package will install under name 'nnclust' in your specified path or the default path
Validate using library(nnclust)