Package: blockcluster
Type: Package
Title: Coclustering Package for Binary, Categorical, Contingency and
        Continuous Data-Sets
Version: 4.0.2
Encoding: UTF-8
Date: 2015-11-26
Authors@R: c( person("Serge", "Iovleff", role = c("aut","cre"), email = "Serge.Iovleff@stkpp.org")
            , person("Parmeet", "Singh Bhatia", role = "aut", email = "bhatia.parmeet@gmail.com")
            , person("Vincent", "Kubicki", role = "ctb", email = "Vincent.Kubicki@inria.fr")
            , person("Gerard", "Goavert", role = "ctb")
            , person("Vincent", "Brault", role = "ctb")
            , person("Christophe", "Biernacki", role = "ctb")
            , person("Gilles", "Celeux", role = "ctb"))
Copyright: Inria
Description: Simultaneous clustering of rows and columns, usually designated by
    biclustering, co-clustering or block clustering, is an important technique
    in two way data analysis. It consists of estimating a mixture model which
    takes into account the block clustering problem on both the individual and
    variables sets. The blockcluster package provides a bridge between the C++
    core library and the R statistical computing environment. This package
    allows to co-cluster binary, contingency, continuous and categorical
    data-sets. It also provides utility functions to visualize the results.
    This package may be useful for various applications in fields of Data
    mining,Information retrieval, Biology, computer vision and many more. More
    information about the project and comprehensive tutorial can be found on
    the link mentioned in URL.
License: GPL (>= 3)
URL: https://gforge.inria.fr/projects/cocluster/
BugReports:
        https://gforge.inria.fr/forum/forum.php?forum_id=11190&group_id=3679
LazyLoad: yes
Depends: R (>= 3.0.2), rtkore (>= 1.0.0)
Imports: methods
LinkingTo: Rcpp
SystemRequirements: GNU make
Collate: 'coclusterStrategy.R' 'optionclasses.R' 'onattach.R'
        'RCocluster.R' 'cocluster.R' 'coclusterBinary.R'
        'coclusterCategorical.R' 'coclusterContingency.R'
        'coclusterContinuous.R'
NeedsCompilation: yes
Packaged: 2015-11-27 08:53:47 UTC; iovleff
RoxygenNote: 5.0.1
Author: Serge Iovleff [aut, cre],
  Parmeet Singh Bhatia [aut],
  Vincent Kubicki [ctb],
  Gerard Goavert [ctb],
  Vincent Brault [ctb],
  Christophe Biernacki [ctb],
  Gilles Celeux [ctb]
Maintainer: Serge Iovleff <Serge.Iovleff@stkpp.org>
Repository: CRAN
Date/Publication: 2015-11-27 11:41:12
Built: R 3.1.3; x86_64-w64-mingw32; 2016-05-03 06:52:36 UTC; windows
Archs: i386, x64
