is not current version
Last Version 8.4.1.1

Rule Learner 8.3.2

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.

License

License

GroupId

GroupId

com.rulelearner
ArtifactId

ArtifactId

rulelearner
Version

Version

8.3.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://rulelearner.com

Download rulelearner 8.3.2


<!-- https://jarcasting.com/artifacts/com.rulelearner/rulelearner/ -->
<dependency>
    <groupId>com.rulelearner</groupId>
    <artifactId>rulelearner</artifactId>
    <version>8.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rulelearner/rulelearner/
implementation 'com.rulelearner:rulelearner:8.3.2'
// https://jarcasting.com/artifacts/com.rulelearner/rulelearner/
implementation ("com.rulelearner:rulelearner:8.3.2")
'com.rulelearner:rulelearner:jar:8.3.2'
<dependency org="com.rulelearner" name="rulelearner" rev="8.3.2">
  <artifact name="rulelearner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rulelearner', module='rulelearner', version='8.3.2')
)
libraryDependencies += "com.rulelearner" % "rulelearner" % "8.3.2"
[com.rulelearner/rulelearner "8.3.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.openrules » openrules-core jar 8.3.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.0
nz.ac.waikato.cms.weka : weka-stable jar 3.8.4
org.apache.poi : poi jar 3.10-FINAL
org.apache.poi : poi-ooxml jar 3.10-FINAL

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.