DOC

nl.trivento.albero : albero-traversal-random

Maven & Gradle

Dec 05, 2011
1 usages
3 stars

Albero · A bank decides using various criteria whether a customer wil receive a loan. An insurer uses specific information to determine which insurance product is most suitable for its customer. A municipality makes decisions based on yet other information, to determine whether it will grant permits or if a citizen is entitled to a public transport pass. Decision trees are frequently used in order to make such decisions or recommendations. Albero is a new generation decision tree solution. It is simple, fast, and flexible. Further, Albero is easily adaptable and can integrate easily into any environment.

Table Of Contents

Latest Version

Download nl.trivento.albero : albero-traversal-random Javadoc & API Documentation - Latest Versions:

All Versions

Download nl.trivento.albero : albero-traversal-random Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2

How to open Javadoc JAR file in web browser

  1. Rename the file albero-traversal-random-0.2-javadoc.jar to albero-traversal-random-0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder albero-traversal-random-0.2-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 "albero-traversal-random-0.2-sources.jar" -d "albero-traversal-random-0.2-javadoc" -subpackages 

Advertisement