Last Version

bestFirstTree 1.0.4

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.

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

bestFirstTree
Version

Version

1.0.4
Type

Type

jar
Description

Description

bestFirstTree
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

http://weka.sourceforge.net/doc.packages/bestFirstTree
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/bestFirstTree-1.0.4

Download bestFirstTree 1.0.4


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.2,)

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.2,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.