Simple Bayes

v1.0.0

  • Pages
  • Modules

    Simple Bayes v1.0.0 SimpleBayes

    Link to this section Summary

    Functions

    classify(pid, string, opts \\ [])

    See SimpleBayes.Classifier.classify/3

    classify_one(pid, string, opts \\ [])

    See SimpleBayes.Classifier.classify_one/3

    init(opts \\ [])
    load(opts \\ [])
    save(pid)
    train(pid, category, string, opts \\ [])

    See SimpleBayes.Trainer.train/4

    Link to this section Functions

    Link to this function classify(pid, string, opts \\ [])

    See SimpleBayes.Classifier.classify/3.

    Link to this function classify_one(pid, string, opts \\ [])

    See SimpleBayes.Classifier.classify_one/3.

    Link to this function init(opts \\ [])
    Link to this function load(opts \\ [])
    Link to this function save(pid)
    Link to this function train(pid, category, string, opts \\ [])

    See SimpleBayes.Trainer.train/4.

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer for the Elixir programming language.