Last data update: 2014.03.03

clv

Package: clv
Title: Cluster Validation Techniques
Version: 0.3-2.1
Author: Lukasz Nieweglowski <wookashn@gmail.com>
Maintainer: Lukasz Nieweglowski <wookashn@gmail.com>
Description: Package contains most of the popular internal and external
cluster validation methods ready to use for the most of the
outputs produced by functions coming from package "cluster".
Package contains also functions and examples of usage for
cluster stability approach that might be applied to algorithms
implemented in "cluster" package as well as user defined
clustering algorithms.
Depends: cluster, class
License: GPL (>= 2)
Packaged: 2013-11-11 12:42:55 UTC; ripley
Repository: CRAN
Date/Publication: 2013-11-11 13:44:41
NeedsCompilation: yes

● Cran Task View: Cluster, Multivariate
● 0 images, 17 functions, 0 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'clv' ...
** package 'clv' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c SD_SDbw_indicies.c -o SD_SDbw_indicies.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c VCLDefines.c -o VCLDefines.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cluster_scatter.c -o cluster_scatter.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cluster_stability.c -o cluster_stability.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c connectivity.c -o connectivity.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dot_product.c -o dot_product.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c matrix_scatter_measures.c -o matrix_scatter_measures.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c optimal_assignment.c -o optimal_assignment.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c standard_external_measures.c -o standard_external_measures.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o clv.so SD_SDbw_indicies.o VCLDefines.o cluster_scatter.o cluster_stability.o connectivity.o dot_product.o matrix_scatter_measures.o optimal_assignment.o standard_external_measures.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/clv/libs
** R
** demo
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'clv'
    finding HTML links ... done
    Davies_Bouldin                          html  
    Dens_bw                                 html  
    Dis                                     html  
    Dunn                                    html  
    SD_SDbw                                 html  
    Scatt                                   html  
    cls_set_section                         html  
    cluster_attrib                          html  
    cluster_scatter                         html  
    cluster_stability                       html  
    cluster_stability_usr                   html  
    confusion_matrix                        html  
    connectivity                            html  
    dot_product                             html  
    similarity_index                        html  
    standard_external_measures              html  
    wcls_bcls_matrices                      html  
** building package indices
** testing if installed package can be loaded
* DONE (clv)
Making 'packages.html' ... done