What would be a good language to implement a naive bayes classifier from scratch?
Posted
by kita
on Stack Overflow
See other posts from Stack Overflow
or by kita
Published on 2010-04-27T00:34:30Z
Indexed on
2010/04/27
0:43 UTC
Read the original article
Hit count: 387
I would like to implement a naive bayes classifier for spam filtering from scratch as a learning exercise. What would be the best langauge of the following to try this out in?
- Java
- Ruby
- C++
- C
- something else
Please give reasons (it would help greatly!)
© Stack Overflow or respective owner