License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning Search |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdattributeSelectionSearchMethods |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionattributeSelectionSearchMethods
This package provides four search methods for attribute selection: ExhaustiveSearch, GeneticSearch, RandomSearch and RankSearch. See:
David E. Goldberg (1989). Genetic algorithms in search, optimization and machine learning. Addison-Wesley.
Mark Hall, Geoffrey Holmes (2003). Benchmarking attribute selection techniques for discrete class data mining. IEEE Transactions on Knowledge and Data Engineering. 15(6):1437-1447.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/attributeSelectionSearchMethods/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>attributeSelectionSearchMethods</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/attributeSelectionSearchMethods/
implementation 'nz.ac.waikato.cms.weka:attributeSelectionSearchMethods:1.0.7'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/attributeSelectionSearchMethods/
implementation ("nz.ac.waikato.cms.weka:attributeSelectionSearchMethods:1.0.7")
'nz.ac.waikato.cms.weka:attributeSelectionSearchMethods:jar:1.0.7'
<dependency org="nz.ac.waikato.cms.weka" name="attributeSelectionSearchMethods" rev="1.0.7">
<artifact name="attributeSelectionSearchMethods" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='attributeSelectionSearchMethods', version='1.0.7')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "attributeSelectionSearchMethods" % "1.0.7"
[nz.ac.waikato.cms.weka/attributeSelectionSearchMethods "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.2,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.2,) |
junit : junit | jar | 3.8.2 |