README.md

hdgsom

Implementation of High Dimensional Growing Self Organizing Maps in R

Improves the GSOM by:

The original paper claims that this modification improves the model with high dimensionality data.

TODO

Original code

Original GSOM code from https://github.com/alexhunziker/GrowingSOM Thanks alex!

References

Functionality

Installation

With R devtools

install('devtools')
library('devtools')
install_github('alecuba16/HDGSOM')

Building manually:

Make a R Package out of the folder gsom_pkg using the command:

    R CMD build hdgsom-pkg

Windows may need a binary Package which can be obtained by:

    mkdir temp_location
    R CMD INSTALL --build -l temp_location HDGSOM_0.1.2.tar.gz

installation Linux (in R):

    install.packages(repos=NULL,"HDGSOM_0.1.2.tar.gz")

installation Windows (in R):

    install.packages(repos=NULL, "HDGSOM_0.1.2.tar.gz", type="binary")

Legal

GrowingSOM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

GrowingSOM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GrowingSOM. If not, see http://www.gnu.org/licenses/.



alecuba16/HDGSOM documentation built on April 11, 2020, 5:06 a.m.