I am using weka for classification. If I use Naive Bayes for classification of datasets, how can I see the backend code of the naive bayes algorithm in weka??
Is there any way??
Weka is open source, so you can see their code at their repository as stated in their website. The naive bayes part is here