class |
AbstractNaiveBayesClassifierImpl |
A simple, scalable Naive Bayes Classifier, based on a key-value store (in
memory, or disk-based)
|
class |
AbstractNaiveBayesClassifierLevelDBImpl |
A persistent Naive Bayes Classifier, based on LevelDB key-value store.
|
class |
AbstractNaiveBayesClassifierMapImpl |
A simple, scalable Naive Bayes Classifier, based on a key-value store (in
memory using ConcurrentHashMap, or disk-based using org.mapdb.HTreeMap)
|
class |
AbstractNaiveBayesClassifierRocksDBImpl |
A persistent Naive Bayes Classifier, based on RocksDB key-value store.
|
class |
NaiveBayesClassifierLevelDBImpl |
Naive Bayes Classifier implementation with LevelDB as key/value store.
|
class |
NaiveBayesClassifierLevelDBLaplacedImpl |
Naive Bayes Classifier implementation with Laplace smoothing and LevelDB as
key/value store.
|
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.
|
class |
NaiveBayesClassifierRocksDBImpl |
Naive Bayes Classifier implementation with RocksDB as key/value store.
|
class |
NaiveBayesClassifierRocksDBLaplacedImpl |
Naive Bayes Classifier with Laplace smoothing and implementation with RocksDB
as key/value store.
|