2014-07-23 20:02:22 -03:00
|
|
|
// Package naive implements different Naive Bayes algorithms. This
|
|
|
|
// family of classifiers are based on the Bayes theorem. The naivité
|
|
|
|
// comes from the assumption that features are independent.
|
|
|
|
|
2014-05-11 21:00:28 -03:00
|
|
|
package naive
|