| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWeka Прикладные библиотеки Machine Learning |
| Группа | Группаnz.ac.waikato.cms.weka |
| Идентификатор | ИдентификаторDTNB |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеDTNB
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| DTNB-1.0.3.pom | |
| DTNB-1.0.3.jar | 14 KB |
| DTNB-1.0.3-tests.jar | 4 KB |
| DTNB-1.0.3-test-sources.jar | 1 KB |
| DTNB-1.0.3-sources.jar | 8 KB |
| DTNB-1.0.3-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DTNB/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>DTNB</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DTNB/
implementation 'nz.ac.waikato.cms.weka:DTNB:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/DTNB/
implementation ("nz.ac.waikato.cms.weka:DTNB:1.0.3")
'nz.ac.waikato.cms.weka:DTNB:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="DTNB" rev="1.0.3">
<artifact name="DTNB" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='DTNB', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "DTNB" % "1.0.3"
[nz.ac.waikato.cms.weka/DTNB "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
| junit : junit | jar | 3.8.2 |