FuzzyClass 0.1.7
- 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
FuzzyClass 0.1.6
CRAN release: 2024-02-14
- Add the “Fuzzy Rule-based System” with some functions
- Fix:
FuzzyNaiveBayesto one column in the data - Fix: “membership” to dataframe with one column in the data
- Fix: “Frequency” to discrete distributions
FuzzyClass 0.1.5
CRAN release: 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.
FuzzyClass 0.1.4
CRAN release: 2023-03-07
- Added a new ordering method for functions with fuzzy parameters:
GauNBFuzzyParam,ExpNBFuzzyParam,GamNBFuzzyParamandPoiNBFuzzyParam. The form can be used consideringmetd = 4.
FuzzyClass 0.1.3
CRAN release: 2022-11-16
- Update in parameters estimation in function
FuzzyTriangularNaiveBayes. - Update
predicthas been optimized to functionsFuzzyGammaNaiveBayes. - Update functions of
GamNBFuzzyParamandGauNBFuzzyParam. -
predictfunction has been optimized toFuzzyGammaNaiveBayes,FuzzyBetaNaiveBayes,FuzzyBinomialNaiveBayes,FuzzyExponencialNaiveBayes,FuzzyTriangularNaiveBayes,FuzzyPoissonNaiveBayes
