Skip to content
/ gng Public

An R/C++ implementation of the Growing Neural Gas algorithm

Notifications You must be signed in to change notification settings

rcannood/gng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gng

Build Status AppVeyor Build Status CRAN_Status_Badge Coverage Status

An implementation of the Growing Neural Gas algorithm in Rcpp.

Example

You can run gng as follows:

library(gng)
data(iris)
gng_fit <- gng(as.matrix(iris[,1:4]))

And visualise it as follows:

plot_gng(gng_fit, iris[,5], max_size = 0.05, max_size_legend = .15)

About

An R/C++ implementation of the Growing Neural Gas algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published