Package: LDATree
Title: Oblique Classification Trees with Uncorrelated Linear
        Discriminant Analysis Splits
Version: 0.2.0
Authors@R: 
    person(given = "Siyu",
           family = "Wang",
           role = c("aut", "cre", "cph"),
           email = "iamwangsiyu@gmail.com",
           comment = c(ORCID = "0009-0005-2098-7089"))
Description: A classification tree method that uses Uncorrelated Linear Discriminant Analysis (ULDA) for variable selection, split determination, and model fitting in terminal nodes.  It automatically handles missing values and offers visualization tools. For more details, see Wang (2024) <doi:10.48550/arXiv.2410.23147>.
License: MIT + file LICENSE
URL: https://github.com/Moran79/LDATree,
        http://iamwangsiyu.com/LDATree/
BugReports: https://github.com/Moran79/LDATree/issues
Imports: folda, ggplot2, grDevices, magrittr, stats, utils, visNetwork
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-10-31 03:32:50 UTC; moran
Author: Siyu Wang [aut, cre, cph] (<https://orcid.org/0009-0005-2098-7089>)
Maintainer: Siyu Wang <iamwangsiyu@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-31 08:10:07 UTC
Built: R 4.6.0; ; 2025-10-11 03:23:37 UTC; windows
