License |
License |
---|---|
GroupId | GroupIdcom.rulelearner |
ArtifactId | ArtifactIdrulelearner |
Last Version | Last Version8.4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRule 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 |
Filename | Size |
---|---|
rulelearner-8.4.1.1.pom | |
rulelearner-8.4.1.1.jar | 40 KB |
rulelearner-8.4.1.1-sources.jar | 22 KB |
rulelearner-8.4.1.1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rulelearner/rulelearner/ -->
<dependency>
<groupId>com.rulelearner</groupId>
<artifactId>rulelearner</artifactId>
<version>8.4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rulelearner/rulelearner/
implementation 'com.rulelearner:rulelearner:8.4.1.1'
// https://jarcasting.com/artifacts/com.rulelearner/rulelearner/
implementation ("com.rulelearner:rulelearner:8.4.1.1")
'com.rulelearner:rulelearner:jar:8.4.1.1'
<dependency org="com.rulelearner" name="rulelearner" rev="8.4.1.1">
<artifact name="rulelearner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rulelearner', module='rulelearner', version='8.4.1.1')
)
libraryDependencies += "com.rulelearner" % "rulelearner" % "8.4.1.1"
[com.rulelearner/rulelearner "8.4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.openrules » openrules-core | jar | 8.4.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
nz.ac.waikato.cms.weka : weka-stable | jar | 3.8.4 |
org.apache.poi : poi | jar | 4.1.2 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |