Package: clevr
Type: Package
Title: Clustering and Link Prediction Evaluation in R
Version: 0.1.1
Date: 2020-11-29
Authors@R: c(
    person(given = "Neil", 
           family = "Marchant", 
           email = "ngmarchant@gmail.com", 
           role = c("aut", "cre")),
    person(given = "Rebecca",
           family = "Steorts", 
           email = "beka@stat.duke.edu",
           role = c("aut")))
Maintainer: Neil Marchant <ngmarchant@gmail.com>
Description: Tools for evaluating link prediction and clustering algorithms 
    with respect to ground truth. Includes efficient implementations of 
    common performance measures such as pairwise precision/recall, 
    cluster homogeneity/completeness, variation of information, 
    Rand index etc.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0.2)
Imports: Rcpp (>= 1.0.5), stats, Matrix
LinkingTo: Rcpp, BH (>= 1.69.0)
RoxygenNote: 7.1.1
Suggests: testthat
URL: https://github.com/cleanzr/clevr
BugReports: https://github.com/cleanzr/clevr/issues
Collate: 'RcppExports.R' 'clevr.R' 'measures_clusterings.R'
        'transformations.R' 'measures_pairs.R'
NeedsCompilation: yes
Packaged: 2020-12-02 10:19:31 UTC; nmarchant
Author: Neil Marchant [aut, cre],
  Rebecca Steorts [aut]
Repository: CRAN
Date/Publication: 2020-12-04 09:20:05 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-12-05 11:34:23 UTC; unix
Archs: clevr.so.dSYM
