Nessus Weka is a collection of examples and tutorials related to the Weka data mining toolset.
Weka is tried and tested open source machine learning software that can be accessed through a graphical user interface, standard terminal applications, or a Java API. It is widely used for teaching, research, and industrial applications, contains a plethora of built-in tools for standard machine learning tasks, and additionally gives transparent access to well-known toolboxes such as scikit-learn, R, and Deeplearning4j.
The docs are generated using Asciidoctor.
You can use the standard maven build process, like this
mvn clean install