License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdbestFirstTree |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionbestFirstTree
Class for building a best-first decision tree classifier. This class uses binary split for both nominal and numeric attributes. For missing values, the method of 'fractional' instances is used.
For more information, see:
Haijian Shi (2007). Best-first decision tree learning. Hamilton, NZ.
Jerome Friedman, Trevor Hastie, Robert Tibshirani (2000). Additive logistic regression : A statistical view of boosting. Annals of statistics. 28(2):337-407.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bestFirstTree-1.0.4.pom | |
bestFirstTree-1.0.4.jar | 24 KB |
bestFirstTree-1.0.4-tests.jar | 4 KB |
bestFirstTree-1.0.4-test-sources.jar | 1 KB |
bestFirstTree-1.0.4-sources.jar | 16 KB |
bestFirstTree-1.0.4-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bestFirstTree/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>bestFirstTree</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bestFirstTree/
implementation 'nz.ac.waikato.cms.weka:bestFirstTree:1.0.4'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bestFirstTree/
implementation ("nz.ac.waikato.cms.weka:bestFirstTree:1.0.4")
'nz.ac.waikato.cms.weka:bestFirstTree:jar:1.0.4'
<dependency org="nz.ac.waikato.cms.weka" name="bestFirstTree" rev="1.0.4">
<artifact name="bestFirstTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='bestFirstTree', version='1.0.4')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "bestFirstTree" % "1.0.4"
[nz.ac.waikato.cms.weka/bestFirstTree "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.2,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.2,) |
junit : junit | jar | 3.8.2 |