in reply to naive bayes classifier

Why would you, not knowing Perl, take a Perl program as an example?

Googling for naive bayes classifier c++ gave me Simple Naive Bayes Classifier in C++.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: naive bayes classifier
by maverickpr (Initiate) on Jan 19, 2014 at 04:36 UTC
    There is different approach to this, but I need to use the one used in that code.