Package: bnclassify
Title: Learning Discrete Bayesian Network Classifiers from Data
Description: Implements state-of-the art algorithms for learning discrete Bayesian network classifiers from data, including a number of those described in Bielza & Larranaga (2014) <doi:10.1145/2576868>, as well as functions for using these classifiers for prediction, assessing their predictive performance, and inspecting their properties.
Version: 0.3.3
Authors@R: c(person("Mihaljevic","Bojan",email="bmihaljevic@fi.upm.es",role=c("aut","cre")),
    person("Bielza","Concha",email="mcbielza@fi.upm.es",role="aut"),
    person("Larranaga","Pedro",email="pedro.larranaga@fi.upm.es",role="aut"), 
    person("Wickham", "Hadley", role="ctb", comment="some code extracted from memoise package"))
URL: http://github.com/bmihaljevic/bnclassify
BugReports: http://github.com/bmihaljevic/bnclassify/issues
Depends: R (>= 3.2.0)
Imports: assertthat (>= 0.1), entropy(>= 1.2.0), graph(>= 1.42.0),
        matrixStats(>= 0.14.0), RBGL(>= 1.40.1), rpart(>= 4.1-8)
Suggests: gRain(>= 1.2-3), gRbase(>= 1.7-0.1), mlr(>= 2.2), testthat(>=
        0.8.1), knitr(>= 1.10.5), microbenchmark(>= 1.4-2),
        ParamHelpers(>= 1.5), Rgraphviz(>= 2.8.1), rmarkdown(>= 0.7),
        covr
License: GPL (>= 2)
Maintainer: Mihaljevic Bojan <bmihaljevic@fi.upm.es>
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-09-06 11:14:51 UTC; bmihaljevic
Author: Mihaljevic Bojan [aut, cre],
  Bielza Concha [aut],
  Larranaga Pedro [aut],
  Wickham Hadley [ctb] (some code extracted from memoise package)
Repository: CRAN
Date/Publication: 2017-09-06 17:29:28 UTC
