Uses of Class
com.namsor.oss.classify.bayes.AbstractNaiveBayesClassifierMapImpl
-
Packages that use AbstractNaiveBayesClassifierMapImpl Package Description com.namsor.oss.classify.bayes A simple, scalable, explainable implementation of Naive Bayes Classifier. -
-
Uses of AbstractNaiveBayesClassifierMapImpl in com.namsor.oss.classify.bayes
Subclasses of AbstractNaiveBayesClassifierMapImpl in com.namsor.oss.classify.bayes Modifier and Type Class Description class
NaiveBayesClassifierMapImpl
A simple, scalable Naive Bayes Classifier, based on a key-value store (in memory using ConcurrentHashMap, or disk-based using org.mapdb.HTreeMap)class
NaiveBayesClassifierMapLaplacedImpl
Naive Bayes Classifier with Laplace smoothing and implementation with concurrent ConcurrentHashMap or persistent mapDB.
-