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

nz.ac.waikato.cms.weka:DTNB 1.0.1

Class for building and using a decision table/naive bayes hybrid classifier. At each point in the search, the algorithm evaluates the merit of dividing the attributes into two disjoint subsets: one for the decision table, the other for naive Bayes. A forward selection search is used, where at each step, selected attributes are modeled by naive Bayes and the remainder by the decision table, and all attributes are modelled by the decision table initially. At each step, the algorithm also considers dropping an attribute entirely from the model. For more information, see: Mark Hall, Eibe Frank: Combining Naive Bayes and Decision Tables. In: Proceedings of the 21st Florida Artificial Intelligence Society Conference (FLAIRS), 318-319, 2008.

Категории

Категории

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

Группа

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

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

DTNB
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать DTNB 1.0.1


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