is not current version
Last Version 1.0.4

nz.ac.waikato.cms.weka:bestFirstTree 1.0.2

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

bestFirstTree
Version

Version

1.0.2
Type

Type

jar

Download bestFirstTree 1.0.2


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