Changes in version 0.1.7.900 - Add the "new method for fuzzy number ordering" as metd=5 in functions GauNBFuzzyParam, ExpNBFuzzyParam and PoiNBFuzzyParam. The form can be used considering metd = 5. Changes in version 0.1.7 (2025-09-03) - Add the "Fuzzy Hipergeometric Naive Bayes classifier" as FuzzyHipergeometricNaiveBayes - Add the "Double Weighted Fuzzy Hipergeometric Naive Bayes classifier" as DWFuzzyHipergeometricNaiveBayes - Fix: memberships functions. Now they work correctly with dataframes Changes in version 0.1.6 (2024-02-14) - Add the "Fuzzy Rule-based System" with some functions - Fix: FuzzyNaiveBayes to one column in the data - Fix: "membership" to dataframe with one column in the data - Fix: "Frequency" to discrete distributions Changes in version 0.1.5 (2023-08-17) - Add the "double weighted fuzzy gamma naive bayes classifier" as DWFuzzyGammaNaiveBayes - Add the "geometric fuzzy gamma naive bayes classifier" as GeometricFuzzyGammaNaiveBayes - Add the "Fuzzy Bayes Rule classifier" as FuzzyBayesRule - Remove the ordering method for functions with fuzzy parameters metd=4. Changes in version 0.1.4 (2023-03-07) - Added a new ordering method for functions with fuzzy parameters: GauNBFuzzyParam, ExpNBFuzzyParam,GamNBFuzzyParam and PoiNBFuzzyParam. The form can be used considering metd = 4. Changes in version 0.1.3 (2022-11-16) - Update in parameters estimation in function FuzzyTriangularNaiveBayes. - Update predict has been optimized to functions FuzzyGammaNaiveBayes. - Update functions of GamNBFuzzyParam and GauNBFuzzyParam. - predict function has been optimized to FuzzyGammaNaiveBayes, FuzzyBetaNaiveBayes, FuzzyBinomialNaiveBayes,FuzzyExponencialNaiveBayes,FuzzyTriangularNaiveBayes,FuzzyPoissonNaiveBayes Changes in version 0.1.2 (2022-08-25) New features - Changed \() by function(.) in function FuzzyNaiveBayes, line 262. - Changed description in FuzzyClass Documentation Changes in version 0.1.1 (2022-05-27) New features - Estimation new form in function FuzzyGammaNaiveBayes.