1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

Added package documentation

This commit is contained in:
Thiago Cardoso 2014-07-23 20:02:22 -03:00
parent 923d2cd817
commit ec04f14a72

View File

@ -1,2 +1,5 @@
// Package naive implements...
// 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.
package naive