DOC

com.rulelearner : rulelearner

Maven & Gradle

Oct 01, 2021

Rule Learner · Rule Learner is an open source Java library for learning business rules from historical data. It supports supervised Machine Learning by incorporating well-known algorithms such as RIPPER and C4.5 provided by open source tools such as Weka. Rule Learner is implemented as a Machine Learning component of OpenRules Decision Manager. It allows business analysts to place their historical data in simple Excel tables and to automatically discover business rules that find certain pattern in this data. The generated rules are human readable and presented in Excel format executable by OpenRules Decision Manager.

Table Of Contents

Latest Version

Download com.rulelearner : rulelearner Javadoc & API Documentation - Latest Versions:

All Versions

Download com.rulelearner : rulelearner Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
8.4.x
8.3.x
8.2.x

How to open Javadoc JAR file in web browser

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

Advertisement