Package: partitionComparison
Type: Package
Title: Implements Measures for the Comparison of Two Partitions
Version: 0.2.6
Date: 2023-08-23
Author: Fabian Ball [aut, cre, cph, ctb],
  Andreas Geyer-Schulz [cph]
Maintainer: Fabian Ball <mail@fabian-ball.de>
Description: Provides several measures ((dis)similarity, distance/metric,
    correlation, entropy) for comparing two partitions of the same set of
    objects. The different measures can be assigned to three different
    classes: Pair comparison (containing the famous Jaccard and Rand
    indices), set based, and information theory based.
    Many of the implemented measures can be found in
    Albatineh AN, Niewiadomska-Bugaj M and Mihalko D (2006)
    <doi:10.1007/s00357-006-0017-z> and
    Meila M (2007) <doi:10.1016/j.jmva.2006.11.013>.
    Partitions are represented by vectors of class labels which allow a
    straightforward integration with existing clustering algorithms
    (e.g. kmeans()). The package is mostly based on the S4 object system.
URL: https://github.com/KIT-IISM-EM/partitionComparison
BugReports: https://github.com/KIT-IISM-EM/partitionComparison/issues
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: c(
    person("Fabian", "Ball",, "mail@fabian-ball.de", c("aut", "cre", "cph", "ctb")),
    person("Andreas", "Geyer-Schulz",, "andreas.geyer-schulz@kit.edu", c("cph"))
    )
RoxygenNote: 7.2.3
RdMacros: Rdpack
Imports: methods, Rdpack, lpSolve
Suggests: testthat
NeedsCompilation: no
Packaged: 2023-08-23 20:05:18 UTC; fabian
Repository: CRAN
Date/Publication: 2023-08-23 20:30:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:51:19 UTC; windows
