Package com.namsor.oss.classify.bayes
Interface INaiveBayesExplainer
-
- All Known Implementing Classes:
NaiveBayesExplainerImpl
public interface INaiveBayesExplainerExplain the details of the classification, ie. formulae and algebraic expression.- Author:
- elian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClassificationExplainedexplain(IClassification classification)Explain the details of the classification, ie.
-
-
-
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
-
-