Releases: kudkudak/Growing-Neural-Gas
Releases · kudkudak/Growing-Neural-Gas
Growing-Neural-Gas 0.6
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
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
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.