License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdconsistencySubsetEval |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionconsistencySubsetEval
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |