doc.go 364 B

123456789
  1. // Multiclass naive Bayesian document classification.
  2. //
  3. // While multinomial Bayesian classification offers
  4. // one-of-many classification, multibayes offers tools
  5. // for many-of-many classification. The multibayes
  6. // library strives to offer efficient storage and
  7. // calculation of multiple Bayesian posterior classification
  8. // probabilities.
  9. package multibayes