DOC

com.namsor : Java-Naive-Bayes-Classifier-JNBC

Maven & Gradle

Apr 03, 2021
6 stars

Java-Naive-Bayes-Classifier-JNBC · A Java Naive Bayes Classifier that works either in memory or on RocksDB fast key-value store.

Table Of Contents

Latest Version

Download com.namsor : Java-Naive-Bayes-Classifier-JNBC Javadoc & API Documentation - Latest Versions:

All Versions

Download com.namsor : Java-Naive-Bayes-Classifier-JNBC Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file Java-Naive-Bayes-Classifier-JNBC-2.0.5-javadoc.jar to Java-Naive-Bayes-Classifier-JNBC-2.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder Java-Naive-Bayes-Classifier-JNBC-2.0.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "Java-Naive-Bayes-Classifier-JNBC-2.0.5-sources.jar" -d "Java-Naive-Bayes-Classifier-JNBC-2.0.5-javadoc" -subpackages 

Advertisement