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.

Лицензия

Лицензия

Категории

Категории

Weka Прикладные библиотеки Machine Learning
Группа

Группа

nz.ac.waikato.cms.weka
Идентификатор

Идентификатор

bestFirstTree
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://weka.sourceforge.net/doc.packages/bestFirstTree
Организация-разработчик

Организация-разработчик

University of Waikato, Hamilton, NZ
Система контроля версий

Система контроля версий

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

Скачать bestFirstTree

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev jar [3.7.2,)

test (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.2,)
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2