搜索资源列表
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives). The Outputs are: - Prevalence of disease - Test Sensibility
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives).-This function calculate the performance, based on Bayes theorem,
OCovMatriixi
- 石油天然气专业代码,是自己开发的,在Windows系统下Visual C平台台上实现,主程序用C和C++实现。此软件的功能是根据贝叶斯原理计算先验样本数据。 -The oil and gas professional code, develop their own Visual C platform stage in the Windows system, the main program with C and C++ implementation. The function of this
code
- in machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes theorem with strong (naive) independence assumptions between the features.-in machine learning, naive Bayes classifiers are a family
algorithm
- In machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features. Naive Bayes has been studied extensively since the 19