Package

com.danylchuk.swiftlearner

bayes

Permalink

package bayes

Visibility
  1. Public
  2. All

Type Members

  1. class GaussianNaiveBayes extends AnyRef

    Permalink

    Gaussian naive Bayes classifier.

    Gaussian naive Bayes classifier.

    You can create it first time with fromTrainingSet(), then reuse the learned values if you like with the constructor.

    Ref: https://en.wikipedia.org/wiki/Naive_Bayes_classifier http://machinelearningmastery.com/naive-bayes-classifier-scratch-python/

Value Members

  1. object GaussianNaiveBayes

    Permalink

Ungrouped