Class NaiveBayesClassifierRocksDBImpl

    • Constructor Detail

      • NaiveBayesClassifierRocksDBImpl

        public NaiveBayesClassifierRocksDBImpl​(String classifierName,
                                               String[] categories,
                                               String rootPathWritable)
                                        throws PersistentClassifierException
        Create a Naive Bayes Classifier implementation with RocksDB as key/value store.
        Parameters:
        classifierName - The classifier name
        categories - The classification categories
        rootPathWritable - A writable path for RocksDB
        Throws:
        PersistentClassifierException - The persistence error and cause