Uses of Class
com.namsor.oss.classify.bayes.ClassifyException
-
Packages that use ClassifyException Package Description com.namsor.oss.classify.bayes A simple, scalable, explainable implementation of Naive Bayes Classifier. -
-
Uses of ClassifyException in com.namsor.oss.classify.bayes
Subclasses of ClassifyException in com.namsor.oss.classify.bayes Modifier and Type Class Description classPersistentClassifierExceptionException raised by the KeyValue backendMethods in com.namsor.oss.classify.bayes that throw ClassifyException Modifier and Type Method Description IClassificationINaiveBayesClassifier. classify(Map<String,String> features, boolean explainData)Predict most probable class, optionally returning the data needed for future explanation.IClassificationNaiveBayesClassifierLevelDBImpl. classify(Map<String,String> features, boolean explainData)IClassificationNaiveBayesClassifierLevelDBLaplacedImpl. classify(Map<String,String> features, boolean explainData)IClassificationNaiveBayesClassifierMapImpl. classify(Map<String,String> features, boolean explainData)IClassificationNaiveBayesClassifierMapLaplacedImpl. classify(Map<String,String> features, boolean explainData)IClassificationNaiveBayesClassifierRocksDBImpl. classify(Map<String,String> features, boolean explainData)IClassificationNaiveBayesClassifierRocksDBLaplacedImpl. classify(Map<String,String> features, boolean explainData)IClassificationExplainedINaiveBayesExplainer. explain(IClassification classification)Explain the details of the classification, ie.IClassificationExplainedNaiveBayesExplainerImpl. explain(IClassification classification)voidAbstractNaiveBayesClassifierImpl. learn(String category, Map<String,String> features)voidINaiveBayesClassifier. learn(String category, Map<String,String> features)Learn from featuresvoidINaiveBayesClassifier. learn(String category, Map<String,String> features, long weight)Learn from featuresvoidNaiveBayesClassifierLevelDBImpl. learn(String category, Map<String,String> features, long weight)voidNaiveBayesClassifierLevelDBLaplacedImpl. learn(String category, Map<String,String> features, long weight)voidNaiveBayesClassifierMapImpl. learn(String category, Map<String,String> features, long weight)voidNaiveBayesClassifierMapLaplacedImpl. learn(String category, Map<String,String> features, long weight)voidNaiveBayesClassifierRocksDBImpl. learn(String category, Map<String,String> features, long weight)voidNaiveBayesClassifierRocksDBLaplacedImpl. learn(String category, Map<String,String> features, long weight)
-