Package: FuzzyClass
Title: Fuzzy and Non-Fuzzy Classifiers
Version: 0.1.0
Authors@R: 
    c(person("Jodavid", "Ferreira", email = "jodavid@protonmail.com",role = c("aut","cre"), comment = c(ORCID = "0000-0002-2131-6464")),
      person("Ronei", "Moraes", email = "ronei@de.ufpb.br",role = c("ctb"), comment = c(ORCID = "0000-0001-8436-8950")),
      person("Arthur", "Ricardo", email = "arthur.ricardo17@gmail.com",role = c("ctb")))
Description: Provides classifiers that can be used for discrete variables and for continuous variables based on the idea of Naive Bayes and Fuzzy Naive Bayes considering some statistical distributions of articles published in the literature developed in the LabTEVE and LEAPIG research laboratories. Among the proposed classification methods is a with the Gamma distribution, proposed by Moraes, Soares and Machado (2018) <doi:10.1142/9789813273238_0088>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: caTools, datasets, doParallel, e1071, EnvStats, foreach, MASS,
        mlbench, parallel, Rdpack, rootSolve, trapezoid
RdMacros: Rdpack
Depends: R (>= 2.10)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/Jodavid/FuzzyClass
BugReports: https://github.com/Jodavid/FuzzyClass/issues
NeedsCompilation: no
Packaged: 2022-05-23 14:48:09 UTC; hartbjf
Author: Jodavid Ferreira [aut, cre] (<https://orcid.org/0000-0002-2131-6464>),
  Ronei Moraes [ctb] (<https://orcid.org/0000-0001-8436-8950>),
  Arthur Ricardo [ctb]
Maintainer: Jodavid Ferreira <jodavid@protonmail.com>
Repository: CRAN
Date/Publication: 2022-05-24 15:40:01 UTC
