License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdJ48graft |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJ48graft
Class for generating a grafted (pruned or unpruned) C4.5 decision tree. For more information, see Geoff Webb: Decision Tree Grafting From the All-Tests-But-One Partition.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
J48graft-1.0.3.pom | |
J48graft-1.0.3.jar | 24 KB |
J48graft-1.0.3-tests.jar | 4 KB |
J48graft-1.0.3-test-sources.jar | 1 KB |
J48graft-1.0.3-sources.jar | 19 KB |
J48graft-1.0.3-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/J48graft/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>J48graft</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/J48graft/
implementation 'nz.ac.waikato.cms.weka:J48graft:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/J48graft/
implementation ("nz.ac.waikato.cms.weka:J48graft:1.0.3")
'nz.ac.waikato.cms.weka:J48graft:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="J48graft" rev="1.0.3">
<artifact name="J48graft" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='J48graft', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "J48graft" % "1.0.3"
[nz.ac.waikato.cms.weka/J48graft "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |