Uses of Interface
com.namsor.oss.classify.bayes.IClassificationExplained
-
Packages that use IClassificationExplained Package Description com.namsor.oss.classify.bayes A simple, scalable, explainable implementation of Naive Bayes Classifier. -
-
Uses of IClassificationExplained in com.namsor.oss.classify.bayes
Classes in com.namsor.oss.classify.bayes that implement IClassificationExplained Modifier and Type Class Description class
ClassificationExplainedImpl
The detailed explanation of a classification : - likelyhood values - likelyhood formulae (in a readable format) - likelyhood expressions (in a readable format) The toString() function generates a JavaScript that can interpretedMethods in com.namsor.oss.classify.bayes that return IClassificationExplained Modifier and Type Method Description IClassificationExplained
INaiveBayesExplainer. explain(IClassification classification)
Explain the details of the classification, ie.IClassificationExplained
NaiveBayesExplainerImpl. explain(IClassification classification)
-