Class NaiveBayesExplainerImpl

  • All Implemented Interfaces:
    INaiveBayesExplainer

    public class NaiveBayesExplainerImpl
    extends AbstractNaiveBayesImpl
    implements INaiveBayesExplainer
    Explain the details of the Naive Bayes Classification, ie. formulae and algebraic expression. This will re-run the algorithm but append additional information : - likelyhood values - likelyhood formulae - likelyhood expressions
    Author:
    elian
    • Constructor Detail

      • NaiveBayesExplainerImpl

        public NaiveBayesExplainerImpl()
        Create an explainer