Skip to content

Releases: kudkudak/Growing-Neural-Gas

Growing-Neural-Gas 0.6

25 Feb 16:02
Compare
Choose a tag to compare

Major features:

  • online clustering algorithm
  • fast C++ implementation
  • memory efficient, support for big datasets
  • easy dumping
  • strong igraph integration
  • intuitive R interface

To install download package please run R CMD INSTALL . in the folder (assuming you are OSx or Linux user)

Growing-Neural-Gas

01 Jun 20:47
Compare
Choose a tag to compare

Usable R package. Major features:

  • online clustering algorithm
  • fast C++ implementation
  • memory efficient, support for big datasets
  • easy dumping
  • strong igraph integration
  • intuitive R interface

For installation refer to README

Note: It is lacking documentation in this version and I will release new version after having documented everything with better tests. In the next release I will add also streaming examples from file.

Growing-Neural-Gas

31 May 19:30
Compare
Choose a tag to compare

Stable version of Growing Neural Gas ready to be installed as R package. I am already releasing it, however it still needs few improvements:

  • documentation
  • better demo
  • clustering (centroid) facility functions

Most convenient to install using devtools (see README), alternatively you can download the source and install it using R CMD INSTALL.