/temp-nnclust

nnclust replacement

Primary LanguageCGNU General Public License v3.0GPL-3.0

temp-nnclust

nnclust replacement

In R version x.y

only use if no alternative package is available for nnclust

made a temporary package for the same

To install, run

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)