Add thresold to KDB and fix error

This commit is contained in:
2022-11-16 13:15:57 +01:00
parent cad828a21b
commit 2973bc9519
3 changed files with 22 additions and 4 deletions

View File

@@ -1,2 +1,15 @@
# bayesclass
Bayesian Estimators
## Bayesian Estimators
### TAN Tree augmented naive Bayes
Friedman, N., Geiger, D. & Goldszmidt, M. Bayesian Network Classifiers. Machine Learning 29, 131163 (1997). https://doi.org/10.1023/A:1007465528199
### KDB
Mehran Sahami. 1996. Learning limited dependence Bayesian classifiers. In Proceedings of the Second International Conference on Knowledge Discovery and Data Mining (KDD'96). AAAI Press, 335338.
### AODE Averaged One-Dependence Estimators
Webb, G., Boughton, J. & Wang, Z. Not So Naive Bayes: Aggregating One-Dependence Estimators. Mach Learn 58, 524 (2005). https://doi.org/10.1007/s10994-005-4258-6