Source: r-cran-deadwood
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-quitefastmst,
 r-cran-rcpp,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-deadwood
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-deadwood.git
Homepage: https://cran.r-project.org/package=deadwood
Rules-Requires-Root: no

Package: r-cran-deadwood
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Outlier Detection via Trimming of Mutual Reachability Minimum Spanning Trees
 Implements an anomaly detection algorithm based on mutual reachability minimum
 spanning trees: 'deadwood' trims protruding tree segments and marks small
 debris as outliers; see Gagolewski (2026) <https://deadwood.gagolewski.com/>.
 More precisely, the use of a mutual reachability distance pulls peripheral
 points farther away from each other. Tree edges with weights beyond the
 detected elbow point are removed. All the resulting connected components whose
 sizes are smaller than a given threshold are deemed anomalous. The 'Python'
 version of 'deadwood' is available via 'PyPI'.
