Last data update: 2014.03.03

kohonen

Package: kohonen
Version: 2.0.19
Title: Supervised and Unsupervised Self-Organising Maps
Author: Ron Wehrens
Maintainer: Ron Wehrens <ron.wehrens@gmail.com>
Description: Functions to train supervised and self-organising maps (SOMs). Also interrogation of the maps and prediction using trained maps are supported. The name of the package refers to Teuvo Kohonen, the inventor of the SOM.
License: GPL (>= 2)
Depends: R (>= 2.6.0), class, MASS
NeedsCompilation: yes
Packaged: 2015-09-03 15:08:36 UTC; ron
Repository: CRAN
Date/Publication: 2015-09-04 07:30:50

● Cran Task View: Multivariate
● 0 images, 13 functions, 3 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'kohonen' ...
** package 'kohonen' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c bdk.c -o bdk.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c map.c -o map.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c som.c -o som.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c supersom.c -o supersom.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c xyf.c -o xyf.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o kohonen.so bdk.o map.o som.o supersom.o xyf.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/kohonen/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'kohonen'
    finding HTML links ... done
    bdk                                     html  
    check.whatmap                           html  
    classvec2classmat                       html  
    map.kohonen                             html  
    nir                                     html  
    plot.kohonen                            html  
    predict.kohonen                         html  
    som                                     html  
    summary                                 html  
    supersom                                html  
    topo.error                              html  
    tricolor                                html  
    unit.distances                          html  
    wines                                   html  
    xyf                                     html  
    yeast                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (kohonen)
Making 'packages.html' ... done