Interface INaiveBayesExplainer

  • All Known Implementing Classes:
    NaiveBayesExplainerImpl

    public interface INaiveBayesExplainer
    Explain the details of the classification, ie. formulae and algebraic expression.
    Author:
    elian
    • Method Detail

      • explain

        IClassificationExplained explain​(IClassification classification)
                                  throws ClassifyException
        Explain the details of the classification, ie. formulae and algebraic expression.
        Parameters:
        classification - A classification, with the explainData needed for explanation
        Returns:
        An explanation of the classification, ie. formulae and algebraic expression.
        Throws:
        ClassifyException - The error and cause