Package: imptree
Type: Package
Title: Classification Trees with Imprecise Probabilities
Version: 0.5.1
Date: 2018-08-16
Authors@R: person("Paul", "Fink",
    email = "paul.fink@stat.uni-muenchen.de",
    role = c("aut", "cre"))
Description: Creation of imprecise classification trees. They rely on
    probability estimation within each node by means of either the
    imprecise Dirichlet model or the nonparametric predictive
    inference approach. The splitting variable is selected by the
    strategy presented in Fink and Crossman (2013)
    <http://www.sipta.org/isipta13/index.php?id=paper&paper=014.html>,
    but also the original imprecise information gain of Abellan and
    Moral (2003) <doi:10.1002/int.10143> is covered.
License: GPL (>= 2)
Encoding: UTF-8
Imports: Rcpp (>= 0.12.5)
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 6.1.0
Suggests: testthat
NeedsCompilation: yes
Packaged: 2018-08-16 17:52:30 UTC; paulus
Author: Paul Fink [aut, cre]
Maintainer: Paul Fink <paul.fink@stat.uni-muenchen.de>
Repository: CRAN
Date/Publication: 2018-08-17 08:50:06 UTC
Built: R 4.5.1; aarch64-apple-darwin20.6.0; 2025-09-15 06:53:37 UTC; unix
