1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: r-cran-propclust
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-propclust
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-propclust.git
Homepage: https://cran.r-project.org/package=PropClust
Rules-Requires-Root: no
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-fastcluster,
r-cran-dynamictreecut
Testsuite: autopkgtest-pkg-r
Package: r-cran-propclust
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Propensity Clustering and Decomposition
Implementation of propensity clustering and decomposition as described
in Ranola et al. (2013) <doi:10.1186/1752-0509-7-21>. Propensity
decomposition can be viewed on the one hand as a generalization of the
eigenvector-based approximation of correlation networks, and on the
other hand as a generalization of random multigraph models and conformity-
based decompositions.
|