| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWeka Прикладные библиотеки Machine Learning |
| Группа | Группаnz.ac.waikato.cms.weka |
| Идентификатор | ИдентификаторfilteredAttributeSelection |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеfilteredAttributeSelection
This package provides two meta attribute selection evaluators that can apply an arbitrary filter to the input data before executing the actual attribute selection scheme. One filters data and then passes it to an attribute evaluator (FilteredAttributeEval), and the other filters data and then passes it to a subset evaluator (FilteredSubsetEval).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/filteredAttributeSelection/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>filteredAttributeSelection</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/filteredAttributeSelection/
implementation 'nz.ac.waikato.cms.weka:filteredAttributeSelection:1.0.2'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/filteredAttributeSelection/
implementation ("nz.ac.waikato.cms.weka:filteredAttributeSelection:1.0.2")
'nz.ac.waikato.cms.weka:filteredAttributeSelection:jar:1.0.2'
<dependency org="nz.ac.waikato.cms.weka" name="filteredAttributeSelection" rev="1.0.2">
<artifact name="filteredAttributeSelection" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='filteredAttributeSelection', version='1.0.2')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "filteredAttributeSelection" % "1.0.2"
[nz.ac.waikato.cms.weka/filteredAttributeSelection "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |