License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdfilteredAttributeSelection |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionfilteredAttributeSelection
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).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |