File: control

package info (click to toggle)
r-cran-fpc 2.2-10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,112 kB
  • sloc: sh: 13; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: r-cran-fpc
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-fpc
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-fpc.git
Homepage: https://cran.r-project.org/package=fpc
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-mass,
               r-cran-cluster,
               r-cran-mclust,
               r-cran-flexmix,
               r-cran-prabclus,
               r-cran-class,
               r-cran-diptest,
               r-cran-robustbase,
               r-cran-kernlab
Testsuite: autopkgtest-pkg-r

Package: r-cran-fpc
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R flexible procedures for clustering
 Various methods for clustering and cluster validation. Fixed point
 clustering. Linear regression clustering. Clustering by merging Gaussian
 mixture components. Symmetric and asymmetric discriminant projections
 for visualisation of the separation of groupings. Cluster validation
 statistics for distance based clustering including corrected Rand index.
 Cluster-wise cluster stability assessment. Methods for estimation of the
 number of clusters: Calinski-Harabasz, Tibshirani and Walther's
 prediction strength, Fang and Wang's bootstrap stability.
 Gaussian/multinomial mixture fitting for mixed continuous/categorical
 variables. Variable-wise statistics for cluster interpretation. DBSCAN
 clustering. Interface functions for many clustering methods implemented
 in R, including estimating the number of clusters with kmeans, pam and
 clara. Modality diagnosis for Gaussian mixtures.