Search code examples
machine-learningclassificationweka

How do I find the backend generated code in weka?


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??


Solution

  • Weka is open source, so you can see their code at their repository as stated in their website. The naive bayes part is here