Package: c2c Type: Package Title: Compare Two Classifications or Clustering Solutions of Varying Structure Version: 0.1.0 Authors@R: person("Mitchell", "Lyons", email = "mitchell.lyons@gmail.com", role = c("aut", "cre")) Maintainer: Mitchell Lyons Description: Compare two classifications or clustering solutions that may or may not have the same number of classes, and that might have hard or soft (fuzzy, probabilistic) membership. Calculate various metrics to assess how the clusters compare to each other. The calculations are simple, but provide a handy tool for users unfamiliar with matrix multiplication. This package is not geared towards traditional accuracy assessment for classification/ mapping applications - the motivating use case is for comparing a probabilistic clustering solution to a set of reference or existing class labels that could have any number of classes (that is, without having to degrade the probabilistic clustering to hard classes). Depends: R (>= 3.1.0) URL: https://github.com/mitchest/c2c/ BugReports: https://github.com/mitchest/c2c/issues License: GPL-3 Encoding: UTF-8 Suggests: testthat, knitr, rmarkdown, e1071 RoxygenNote: 6.0.1 VignetteBuilder: knitr Repository: https://mitchest.r-universe.dev Date/Publication: 2017-08-10 01:06:52 UTC RemoteUrl: https://github.com/mitchest/c2c RemoteRef: HEAD RemoteSha: 5d21ae74c27c04efd2b1de36ba722fcd046b2395 NeedsCompilation: no Packaged: 2026-06-05 09:39:52 UTC; root Author: Mitchell Lyons [aut, cre]