| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWeka Прикладные библиотеки Machine Learning |
| Группа | Группаnz.ac.waikato.cms.weka |
| Идентификатор | ИдентификаторconsistencySubsetEval |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеconsistencySubsetEval
Evaluates the worth of a subset of attributes by the level of consistency in the class values when the training instances are projected onto the subset of attributes. The consistency of any subset can never be lower than that of the full set of attributes, hence the usual practice is to use this subset evaluator in conjunction with a Random or Exhaustive search which looks for the smallest subset with consistency equal to that of the full set of attributes. See: H. Liu, R. Setiono: A probabilistic approach to feature selection - A filter solution. In: 13th International Conference on Machine Learning, 319-327, 1996.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/consistencySubsetEval/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>consistencySubsetEval</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/consistencySubsetEval/
implementation 'nz.ac.waikato.cms.weka:consistencySubsetEval:1.0.4'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/consistencySubsetEval/
implementation ("nz.ac.waikato.cms.weka:consistencySubsetEval:1.0.4")
'nz.ac.waikato.cms.weka:consistencySubsetEval:jar:1.0.4'
<dependency org="nz.ac.waikato.cms.weka" name="consistencySubsetEval" rev="1.0.4">
<artifact name="consistencySubsetEval" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='consistencySubsetEval', version='1.0.4')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "consistencySubsetEval" % "1.0.4"
[nz.ac.waikato.cms.weka/consistencySubsetEval "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |